File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,7 @@ tuned to conserve memory with additional CXXFLAGS:
70
70
71
71
Build requirements:
72
72
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
86
74
87
75
BerkeleyDB is required for the wallet.
88
76
You can’t perform that action at this time.
0 commit comments