From 2b9c7f9273ce2e3dc885ffbbda19ab3fe508516e Mon Sep 17 00:00:00 2001 From: Sude Date: Fri, 17 Feb 2017 12:11:04 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46b59ee..b3052bf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository contains the code of unofficial [GOG](http://www.gog.com/) downl * [jsoncpp](https://github.com/open-source-parsers/jsoncpp) * [htmlcxx](http://htmlcxx.sourceforge.net/) * [tinyxml2](https://github.com/leethomason/tinyxml2) -* [boost](http://www.boost.org/) (regex, date-time, system, filesystem, program-options) +* [boost](http://www.boost.org/) (regex, date-time, system, filesystem, program-options, iostreams) * [libcrypto](https://www.openssl.org/) if libcurl is built with OpenSSL ## Make dependencies @@ -24,7 +24,8 @@ 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 libtinyxml2-dev libhtmlcxx-dev \ libboost-system-dev libboost-filesystem-dev libboost-program-options-dev \ - libboost-date-time-dev help2man cmake libssl-dev pkg-config + libboost-date-time-dev libboost-iostreams-dev help2man cmake libssl-dev \ + pkg-config ## Build and install