Merge #9207: [Doc] Move comments above bash command in build-unix

69bc8e7 [Doc] Move comments above bash command (Amir Abrams)
This commit is contained in:
Wladimir J. van der Laan 2016-11-23 11:10:49 +01:00
commit fa1f944107
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 4 additions and 4 deletions

View File

@ -96,13 +96,13 @@ pass `--with-incompatible-bdb` to configure.
See the section "Disable-wallet mode" to build Bitcoin Core without wallet.
Optional:
Optional (see --with-miniupnpc and --enable-upnp-default):
sudo apt-get install libminiupnpc-dev (see --with-miniupnpc and --enable-upnp-default)
sudo apt-get install libminiupnpc-dev
ZMQ dependencies:
ZMQ dependencies (provides ZMQ API 4.x):
sudo apt-get install libzmq3-dev (provides ZMQ API 4.x)
sudo apt-get install libzmq3-dev
Dependencies for the GUI: Ubuntu & Debian
-----------------------------------------