From 8be0f5290a86bca2e3b934c8a41946649d4fb57f Mon Sep 17 00:00:00 2001 From: randomrng Date: Sun, 19 Feb 2017 22:35:49 +0100 Subject: [PATCH 1/2] added zlib1g-dev (Debian/Ubuntu) --- docs/devs/building/unix.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/devs/building/unix.md b/docs/devs/building/unix.md index b96906d..5d1486d 100644 --- a/docs/devs/building/unix.md +++ b/docs/devs/building/unix.md @@ -66,7 +66,8 @@ Also you will need a bunch of development libraries: libboost-filesystem-dev \ libboost-program-options-dev \ libboost-system-dev \ - libssl-dev + libssl-dev \ + zlib1g-dev If you need UPnP support miniupnpc development library should be installed (don't forget to rerun CMake with needed option): From 49c2ec0c0c5c2dcb8baefbcd0b2083475e4bc578 Mon Sep 17 00:00:00 2001 From: randomrng Date: Sun, 19 Feb 2017 23:03:01 +0100 Subject: [PATCH 2/2] make that part look nicer --- docs/devs/building/unix.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/devs/building/unix.md b/docs/devs/building/unix.md index 5d1486d..755c2f4 100644 --- a/docs/devs/building/unix.md +++ b/docs/devs/building/unix.md @@ -61,13 +61,14 @@ You will need a compiler and other tools that could be installed with `build-ess Also you will need a bunch of development libraries: - sudo apt-get install \ - libboost-date-time-dev \ - libboost-filesystem-dev \ - libboost-program-options-dev \ - libboost-system-dev \ - libssl-dev \ + sudo apt-get install << EOF + libboost-date-time-dev + libboost-filesystem-dev + libboost-program-options-dev + libboost-system-dev + libssl-dev zlib1g-dev + EOF If you need UPnP support miniupnpc development library should be installed (don't forget to rerun CMake with needed option):