mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-08 16:33:22 +01:00
3ea8cd6edb
Answering remarks on https://github.com/Sude-/lgogdownloader/pull/63/files
22 lines
498 B
Markdown
22 lines
498 B
Markdown
# GOG Downloader
|
|
|
|
This repository contains the code of unofficial [GOG](http://www.gog.com/) downloader.
|
|
|
|
## Dependencies
|
|
|
|
### 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
|
|
# sudo make install
|
|
|
|
## Use
|
|
|
|
man lgogdownloader
|