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.15/lgogdownloader-3.15.tar.gz

sha256: 9946558bb30b72cd5ed712e7fc425eef4b2a1fd22b5475d1a998720800cd25f0

md5: 6a6d5e71a02b2b020da43d94474b6ac4

tar -xvzf lgogdownloader-3.15.tar.gz

cd lgogdownloader-3.15

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