mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
reorganize README
Answering remarks on https://github.com/Sude-/lgogdownloader/pull/63/files
This commit is contained in:
parent
4f0e2a4789
commit
3ea8cd6edb
19
README.md
19
README.md
@ -2,16 +2,19 @@
|
|||||||
|
|
||||||
This repository contains the code of unofficial [GOG](http://www.gog.com/) 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
|
## Build and install
|
||||||
|
|
||||||
Under Debian/Ubuntu, first install dependencies:
|
$ make
|
||||||
|
# sudo make install
|
||||||
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
|
|
||||||
|
|
||||||
then
|
|
||||||
|
|
||||||
make
|
|
||||||
sudo make install
|
|
||||||
|
|
||||||
## Use
|
## Use
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user