From 4f0e2a4789175da6f01039ff6a52936bfa8bf5ab Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Thu, 27 Aug 2015 12:32:22 +0200 Subject: [PATCH] add a few useful infos in README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a42209f --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# GOG Downloader + +This repository contains the code of unofficial [GOG](http://www.gog.com/) downloader. + +## 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 + +## Use + + man lgogdownloader