diff options
author | Amir Abrams <AmirAbrams@users.noreply.github.com> | 2016-11-23 01:46:46 -0600 |
---|---|---|
committer | AmirAbrams <aabrams@myharmoniq.com> | 2016-11-23 02:22:59 -0600 |
commit | 69bc8e79676a0bde3e1b28da8cdd832842ff18bc (patch) | |
tree | 056fe7202a5d9daa5b7e679d2be519008883435b /doc/build-unix.md | |
parent | 74ced54b7e7b11873dd64d7b6c4128a47501c82f (diff) |
[Doc] Move comments above bash command
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r-- | doc/build-unix.md | 8 |
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 ----------------------------------------- |