Update README.md

This commit is contained in:
Sude 2016-01-17 18:20:22 +02:00
parent cdac746adc
commit 4e97a474c6

View File

@ -18,11 +18,14 @@ This repository contains the code of unofficial [GOG](http://www.gog.com/) downl
# apt install build-essential libcurl4-openssl-dev libboost-regex-dev \ # apt install build-essential libcurl4-openssl-dev libboost-regex-dev \
libjsoncpp-dev liboauth-dev librhash-dev libtinyxml-dev libhtmlcxx-dev\ libjsoncpp-dev liboauth-dev librhash-dev libtinyxml-dev libhtmlcxx-dev\
libboost-system-dev libboost-filesystem-dev libboost-program-options-dev\ libboost-system-dev libboost-filesystem-dev libboost-program-options-dev\
libboost-date-time-dev help2man libboost-date-time-dev help2man cmake
## Build and install ## Build and install
$ make release $ mkdir build
$ cd build
$ cmake ..
$ make
# sudo make install # sudo make install
## Use ## Use