LGOGDownloader

GOG Downloader for Linux

LGOGDownloader is open source downloader to GOG.com for Linux users using the same API as the official GOGDownloader

It is licensed under WTFPL licence

Features:

Dependencies

Make dependencies

https://github.com/Sude-/lgogdownloader/releases/download/v3.16/lgogdownloader-3.16.tar.gz

sha256: 24b005bf3caf00ebc8c603251f5689d66098f66dd37bdf399836289064cb0c9f

md5: 1b81e283d4cb289aa501c77d9c3c0c3d

tar -xvzf lgogdownloader-3.16.tar.gz

cd lgogdownloader-3.16

mkdir build

cd build

cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUSE_QT_GUI=ON

make

sudo make install

print usage/help: lgogdownloader --help

Git repository @ GitHub