diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-11-23 11:10:49 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-11-23 11:10:54 +0100 |
| commit | fa1f944107f94c095e051bf3e826163bde253c47 (patch) | |
| tree | 056fe7202a5d9daa5b7e679d2be519008883435b /doc | |
| parent | Merge #9204: Clarify CreateTransaction error messages (diff) | |
| parent | [Doc] Move comments above bash command (diff) | |
| download | discoin-fa1f944107f94c095e051bf3e826163bde253c47.tar.xz discoin-fa1f944107f94c095e051bf3e826163bde253c47.zip | |
Merge #9207: [Doc] Move comments above bash command in build-unix
69bc8e7 [Doc] Move comments above bash command (Amir Abrams)
Diffstat (limited to 'doc')
| -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 ----------------------------------------- |