Skip to content

LGOGDownloader is unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOGDownloader.

License

Notifications You must be signed in to change notification settings

nishazzar/lgogdownloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOG Downloader

This repository contains the code of unofficial GOG downloader.

Dependencies

  • libcurl
  • liboauth
  • librhash
  • jsoncpp
  • htmlcxx
  • tinyxml
  • boost (regex, date-time, system, filesystem, program-options)
  • help2man

Debian/Ubuntu

# apt install build-essential libcurl4-openssl-dev libboost-regex-dev \
libjsoncpp-dev liboauth-dev librhash-dev libtinyxml-dev libhtmlcxx-dev\
libboost-system-dev libboost-filesystem-dev libboost-program-options-dev\
libboost-date-time-dev help2man cmake

Build and install

$ mkdir build
$ cd build
$ cmake ..
$ make
# sudo make install

Use

man lgogdownloader

Links

About

LGOGDownloader is unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOGDownloader.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.9%
  • CMake 3.1%