From c6ddae2d8e7308c6f08c0c4b91cd02e62748c88a Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 25 Nov 2016 13:45:41 -0500 Subject: [PATCH] excluded obsolete boost dependancies --- docs/building/unix.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/building/unix.md b/docs/building/unix.md index 17623159..b5c38aed 100644 --- a/docs/building/unix.md +++ b/docs/building/unix.md @@ -64,12 +64,10 @@ 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-chrono-dev \ libboost-date-time-dev \ libboost-filesystem-dev \ libboost-program-options-dev \ libboost-system-dev \ - libboost-thread-dev \ libssl-dev If you need UPnP support miniupnpc development library should be installed (don't forget to rerun CMake with needed option):