Skip to content

Commit fa3d39e

Browse files
author
MarcoFalke
committed
doc: Remove note to install all boost dev packages
1 parent b222138 commit fa3d39e

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

doc/build-unix.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,7 @@ tuned to conserve memory with additional CXXFLAGS:
7070

7171
Build requirements:
7272

73-
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3
74-
75-
Options when installing required Boost library files:
76-
77-
1. On at least Ubuntu 14.04+ and Debian 7+ there are generic names for the
78-
individual boost development packages, so the following can be used to only
79-
install necessary parts of boost:
80-
81-
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
82-
83-
2. If that doesn't work, you can install all boost development packages with:
84-
85-
sudo apt-get install libboost-all-dev
73+
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
8674

8775
BerkeleyDB is required for the wallet.
8876

0 commit comments

Comments
 (0)