aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-11-23 11:10:49 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-11-23 11:10:54 +0100
commitfa1f944107f94c095e051bf3e826163bde253c47 (patch)
tree056fe7202a5d9daa5b7e679d2be519008883435b
parent74ced54b7e7b11873dd64d7b6c4128a47501c82f (diff)
parent69bc8e79676a0bde3e1b28da8cdd832842ff18bc (diff)
downloadbitcoin-fa1f944107f94c095e051bf3e826163bde253c47.tar.xz
Merge #9207: [Doc] Move comments above bash command in build-unix
69bc8e7 [Doc] Move comments above bash command (Amir Abrams)
-rw-r--r--doc/build-unix.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index ba7b9cd18d..5b0a38457e 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -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
-----------------------------------------