From 4e97a474c6c9e4d13f46839270ccf78ac06e0d70 Mon Sep 17 00:00:00 2001 From: Sude Date: Sun, 17 Jan 2016 18:20:22 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 007d181..0d28587 100644 --- a/README.md +++ b/README.md @@ -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 \ 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 + libboost-date-time-dev help2man cmake ## Build and install - $ make release + $ mkdir build + $ cd build + $ cmake .. + $ make # sudo make install ## Use