Skip to content

Commit 5390a1a

Browse files
laanwjcodablock
authored andcommitted
Merge bitcoin#7590: Improving wording related to Boost library requirements [updated]
8c5a5fb Improving wording related to Boost library requirements [updated] (Jonathan Cross)
1 parent f0300c6 commit 5390a1a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/build-unix.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,17 @@ Build requirements:
6767

6868
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
6969

70-
On at least Ubuntu 14.04+ and Debian 7+ there are generic names for the
70+
Options when installing required Boost library files:
71+
72+
1. On at least Ubuntu 14.04+ and Debian 7+ there are generic names for the
7173
individual boost development packages, so the following can be used to only
7274
install necessary parts of boost:
7375

74-
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
76+
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
7577

76-
If that doesn't work, you can install all boost development packages with:
78+
2. If that doesn't work, you can install all boost development packages with:
7779

78-
sudo apt-get install libboost-all-dev
80+
sudo apt-get install libboost-all-dev
7981

8082
BerkeleyDB is required for the wallet. db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitcoin).
8183
You can add the repository and install using the following commands:

0 commit comments

Comments
 (0)