@@ -61,24 +61,24 @@ Dependency Build Instructions: Ubuntu & Debian
61
61
----------------------------------------------
62
62
Build requirements:
63
63
64
- sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev
64
+ sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev
65
65
66
66
On Ubuntu 15.10+ there are generic names for the individual boost development
67
67
packages, so the following can be used to only install necessary parts of
68
68
boost:
69
69
70
- apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libboost-base-dev
70
+ apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libboost-base-dev
71
71
72
72
For Ubuntu before 15.10, or Debian 7 and later libboost-all-dev has to be installed:
73
73
74
- sudo apt-get install libboost-all-dev
74
+ sudo apt-get install libboost-all-dev
75
75
76
76
BerkeleyDB is required for the wallet. db4.8 packages are available [ here] ( https://launchpad.net/~bitcoin/+archive/bitcoin ) .
77
77
You can add the repository and install using the following commands:
78
78
79
- sudo add-apt-repository ppa:bitcoin/bitcoin
80
- sudo apt-get update
81
- sudo apt-get install libdb4.8-dev libdb4.8++-dev
79
+ sudo add-apt-repository ppa:bitcoin/bitcoin
80
+ sudo apt-get update
81
+ sudo apt-get install libdb4.8-dev libdb4.8++-dev
82
82
83
83
Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install
84
84
BerkeleyDB 5.1 or later, which break binary wallet compatibility with the distributed executables which
@@ -89,11 +89,11 @@ See the section "Disable-wallet mode" to build Bitcoin Core without wallet.
89
89
90
90
Optional:
91
91
92
- sudo apt-get install libminiupnpc-dev (see --with-miniupnpc and --enable-upnp-default)
92
+ sudo apt-get install libminiupnpc-dev (see --with-miniupnpc and --enable-upnp-default)
93
93
94
94
ZMQ dependencies:
95
95
96
- sudo apt-get install libzmq3-dev (provides ZMQ API 4.x)
96
+ sudo apt-get install libzmq3-dev (provides ZMQ API 4.x)
97
97
98
98
Dependencies for the GUI: Ubuntu & Debian
99
99
-----------------------------------------
@@ -213,6 +213,7 @@ Hardening enables the following features:
213
213
scanelf -e ./bitcoin
214
214
215
215
The output should contain:
216
+
216
217
TYPE
217
218
ET_DYN
218
219
0 commit comments