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.11/lgogdownloader-3.11.tar.gz

sha256: d8d015cce6e002876305517367dc006c332e4d492263173b58bfe5a94b057b09

md5: 82589e9be231079ef1f1fc97a027069d

tar -xvzf lgogdownloader-3.11.tar.gz

cd lgogdownloader-3.11

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