File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
7173individual boost development packages, so the following can be used to only
7274install 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
8082BerkeleyDB is required for the wallet. db4.8 packages are available [ here] ( https://launchpad.net/~bitcoin/+archive/bitcoin ) .
8183You can add the repository and install using the following commands:
You can’t perform that action at this time.
0 commit comments