reorganize README

Answering remarks on https://github.com/Sude-/lgogdownloader/pull/63/files
This commit is contained in:
Elie Roux 2015-08-27 16:47:41 +02:00
parent 4f0e2a4789
commit 3ea8cd6edb

View File

@ -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