diff options
| author | Amir Abrams <[email protected]> | 2016-11-23 01:46:46 -0600 |
|---|---|---|
| committer | AmirAbrams <[email protected]> | 2016-11-23 02:22:59 -0600 |
| commit | 69bc8e79676a0bde3e1b28da8cdd832842ff18bc (patch) | |
| tree | 056fe7202a5d9daa5b7e679d2be519008883435b | |
| parent | Merge #9204: Clarify CreateTransaction error messages (diff) | |
| download | discoin-69bc8e79676a0bde3e1b28da8cdd832842ff18bc.tar.xz discoin-69bc8e79676a0bde3e1b28da8cdd832842ff18bc.zip | |
[Doc] Move comments above bash command
| -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 ba7b9cd18..5b0a38457 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 ----------------------------------------- |