LGOGDownloader is unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOG Galaxy.
Go to file
Sandy Carter a5cc950192 CMake: Convert Makefile build to CMake
Find libraries using cmake/Find*.cmake scripts
Replace Version String with CMake implementation based on CMake Version and
git ref-parse.
Compile manpages in man/CMakeLists.txt to build:
    cmake .
    make manpage
Set debug and release versions with
    cmake -DCMAKE_BUILD_TYPE=Debug
and
    cmake -DCMAKE_BUILD_TYPE=Release
Build and install process can be:
    cmake -DCMAKE_BUILD_TYPE=Release .
    make
    make install
More build options can be found with
    cmake .
    make help
Codeblocks project can be generated using
    cmake -G "CodeBlocks - Unix Makefiles" .
2016-01-03 16:50:29 -05:00
cmake CMake: Convert Makefile build to CMake 2016-01-03 16:50:29 -05:00
include Use include/exclude options to select what to download/list/repair 2015-10-07 11:52:04 +03:00
man CMake: Convert Makefile build to CMake 2016-01-03 16:50:29 -05:00
src Fix priority handling for DLCs 2015-10-03 19:52:19 +03:00
.gitignore CMake: Convert Makefile build to CMake 2016-01-03 16:50:29 -05:00
CMakeLists.txt CMake: Convert Makefile build to CMake 2016-01-03 16:50:29 -05:00
COPYING Initial commit 2013-03-15 22:46:16 +02:00
main.cpp CMake: Convert Makefile build to CMake 2016-01-03 16:50:29 -05:00
README.md Add links to Debian and Ubuntu packages 2015-10-03 20:11:19 +02:00

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

Build and install

$ make release
# sudo make install

Use

man lgogdownloader