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.12/lgogdownloader-3.12.tar.gz

sha256: bf3a16c1b2ff09152f9ac52ea9b52dfc0afae799ed1b370913149cec87154529

md5: a34a81d3acf5f78db31a0944a012d20a

tar -xvzf lgogdownloader-3.12.tar.gz

cd lgogdownloader-3.12

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