Skip to content

Commit 1939536

Browse files
author
MarcoFalke
committed
Merge #13460: doc: Remove note to install all boost dev packages
fa3d39e doc: Remove note to install all boost dev packages (MarcoFalke) Pull request description: Those notes are for systems that are EOL. Also, those instructions would pull in a ton of additional dependencies such as `python2`. Can be reviewed with `git diff HEAD~ --word-diff` Tree-SHA512: 7e379b3f0b7fe88452baed8860438a7867a025e650a265ed0cd5d47076983f4176545b7d96a4b7f25ae9fcb325f0116d909f3ffb6ff2d7573fddd777fe5b4c79
2 parents cc7cbd7 + fa3d39e commit 1939536

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)