diff --git a/README.md b/README.md index a42209f..55b7a6a 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,19 @@ 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 -Under Debian/Ubuntu, first install dependencies: - - 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 + $ make + # sudo make install ## Use