[doc] Remove excessive white space
This commit is contained in:
parent
e0eeb672f2
commit
e167af2acd
2 changed files with 10 additions and 9 deletions
|
@ -32,7 +32,7 @@ Instructions: Homebrew
|
||||||
|
|
||||||
#### Install dependencies using Homebrew
|
#### Install dependencies using Homebrew
|
||||||
|
|
||||||
brew install autoconf automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf qt5 libevent
|
brew install autoconf automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf qt5 libevent
|
||||||
|
|
||||||
NOTE: Building with Qt4 is still supported, however, could result in a broken UI. As such, building with Qt5 is recommended.
|
NOTE: Building with Qt4 is still supported, however, could result in a broken UI. As such, building with Qt5 is recommended.
|
||||||
|
|
||||||
|
|
|
@ -61,24 +61,24 @@ Dependency Build Instructions: Ubuntu & Debian
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Build requirements:
|
Build requirements:
|
||||||
|
|
||||||
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev
|
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev
|
||||||
|
|
||||||
On Ubuntu 15.10+ there are generic names for the individual boost development
|
On Ubuntu 15.10+ there are generic names for the individual boost development
|
||||||
packages, so the following can be used to only install necessary parts of
|
packages, so the following can be used to only install necessary parts of
|
||||||
boost:
|
boost:
|
||||||
|
|
||||||
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
|
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
|
||||||
|
|
||||||
For Ubuntu before 15.10, or Debian 7 and later libboost-all-dev has to be installed:
|
For Ubuntu before 15.10, or Debian 7 and later libboost-all-dev has to be installed:
|
||||||
|
|
||||||
sudo apt-get install libboost-all-dev
|
sudo apt-get install libboost-all-dev
|
||||||
|
|
||||||
BerkeleyDB is required for the wallet. db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitcoin).
|
BerkeleyDB is required for the wallet. db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitcoin).
|
||||||
You can add the repository and install using the following commands:
|
You can add the repository and install using the following commands:
|
||||||
|
|
||||||
sudo add-apt-repository ppa:bitcoin/bitcoin
|
sudo add-apt-repository ppa:bitcoin/bitcoin
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install libdb4.8-dev libdb4.8++-dev
|
sudo apt-get install libdb4.8-dev libdb4.8++-dev
|
||||||
|
|
||||||
Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install
|
Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install
|
||||||
BerkeleyDB 5.1 or later, which break binary wallet compatibility with the distributed executables which
|
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.
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
|
||||||
sudo apt-get install libminiupnpc-dev (see --with-miniupnpc and --enable-upnp-default)
|
sudo apt-get install libminiupnpc-dev (see --with-miniupnpc and --enable-upnp-default)
|
||||||
|
|
||||||
ZMQ dependencies:
|
ZMQ dependencies:
|
||||||
|
|
||||||
sudo apt-get install libzmq3-dev (provides ZMQ API 4.x)
|
sudo apt-get install libzmq3-dev (provides ZMQ API 4.x)
|
||||||
|
|
||||||
Dependencies for the GUI: Ubuntu & Debian
|
Dependencies for the GUI: Ubuntu & Debian
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
@ -213,6 +213,7 @@ Hardening enables the following features:
|
||||||
scanelf -e ./bitcoin
|
scanelf -e ./bitcoin
|
||||||
|
|
||||||
The output should contain:
|
The output should contain:
|
||||||
|
|
||||||
TYPE
|
TYPE
|
||||||
ET_DYN
|
ET_DYN
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue