From 2ff6bde402fc1e0fcf2674c5d6a5a145d6b48b15 Mon Sep 17 00:00:00 2001 From: Hong Shuning Date: Sun, 14 Feb 2016 17:00:06 +0800 Subject: [PATCH] Update build-unix.md, specify boost version>=1.55 --- doc/build-unix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index 6d502b76d11..8e8d144a024 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -34,7 +34,7 @@ These dependencies are required: Library | Purpose | Description ------------|------------------|---------------------- libssl | Crypto | Random Number Generation, Elliptic Curve Cryptography - libboost | Utility | Library for threading, data structures, etc + libboost | Utility | Library for threading, data structures, etc (require boost version >= 1.55) libevent | Networking | OS independent asynchronous networking Optional dependencies: @@ -63,7 +63,7 @@ Build requirements: sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils -On at least Ubuntu 14.04+ and Debian 7+ there are generic names for the +On at least Ubuntu 14.04+ and Debian 8+ there are generic names for the individual boost development packages, so the following can be used to only install necessary parts of boost: