aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-06-13 15:24:50 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-06-13 15:11:31 -0400
commitfa3d39ec531c52fce0acc557a9b41234b877623c (patch)
tree85cd4a81cf06fa9b92356df89124101d0f8ac64b /doc/build-unix.md
parentb2221381e787b7be13e737d611ce01b9a863ee2e (diff)
downloadbitcoin-fa3d39ec531c52fce0acc557a9b41234b877623c.tar.xz
doc: Remove note to install all boost dev packages
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 60d888a297..1ab5659511 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -70,19 +70,7 @@ tuned to conserve memory with additional CXXFLAGS:
Build requirements:
- sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3
-
-Options when installing required Boost library files:
-
-1. On at least Ubuntu 14.04+ and Debian 7+ there are generic names for the
-individual boost development packages, so the following can be used to only
-install necessary parts of boost:
-
- sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
-
-2. If that doesn't work, you can install all boost development packages with:
-
- sudo apt-get install libboost-all-dev
+ sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
BerkeleyDB is required for the wallet.