Merge #7590: Improving wording related to Boost library requirements [updated]

8c5a5fb Improving wording related to Boost library requirements [updated] (Jonathan Cross)
This commit is contained in:
Wladimir J. van der Laan 2016-02-29 09:52:27 +01:00
commit f06af574fb
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 6 additions and 4 deletions

View File

@ -67,13 +67,15 @@ Build requirements:
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils 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 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 individual boost development packages, so the following can be used to only
install necessary parts of boost: 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 sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
If that doesn't work, you can install all boost development packages with: 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 libboost-all-dev