From 3ea8cd6edb45cee339e47ad57479e6ab66f378dc Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Thu, 27 Aug 2015 16:47:41 +0200 Subject: [PATCH] reorganize README Answering remarks on https://github.com/Sude-/lgogdownloader/pull/63/files --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) 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