LGOGDownloader is unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOG Galaxy.
Go to file
Stephen Kitt 574a315c44 Check that stdin is a tty before reading
If stdin isn't a tty, the behaviour of std::getline(std::cin, email) and getpass() is different (the latter always uses /dev/tty). If input is redirected, it's probably best to just fail.
2015-09-13 15:15:21 +02:00
include Use regular expressions for getting language and platform option values 2015-09-02 11:16:00 +03:00
man Change path to look for game specific config files 2015-08-12 16:53:25 +03:00
src Check that stdin is a tty before reading 2015-09-13 15:15:21 +02:00
.gitignore Updated .gitignore 2014-02-06 10:04:31 +02:00
COPYING Initial commit 2013-03-15 22:46:16 +02:00
lgogdownloader.cbp Move gameFile and gameDetails classes to their own files 2014-09-19 20:23:21 +03:00
main.cpp Version 2.25 2015-09-05 11:15:15 +03:00
Makefile Makefile: Add order-only prerequisite to OBJ_RELEASE and OBJ_DEBUG 2015-05-31 20:25:28 +03:00
README.md Add info to README 2015-08-29 16:54:36 +03:00
version.sh Some changes version string handling 2013-04-04 17:51:28 +03: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