We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74ced54 + 69bc8e7 commit fa1f944Copy full SHA for fa1f944
doc/build-unix.md
@@ -96,13 +96,13 @@ pass `--with-incompatible-bdb` to configure.
96
97
See the section "Disable-wallet mode" to build Bitcoin Core without wallet.
98
99
-Optional:
+Optional (see --with-miniupnpc and --enable-upnp-default):
100
101
- sudo apt-get install libminiupnpc-dev (see --with-miniupnpc and --enable-upnp-default)
+ sudo apt-get install libminiupnpc-dev
102
103
-ZMQ dependencies:
+ZMQ dependencies (provides ZMQ API 4.x):
104
105
- sudo apt-get install libzmq3-dev (provides ZMQ API 4.x)
+ sudo apt-get install libzmq3-dev
106
107
Dependencies for the GUI: Ubuntu & Debian
108
-----------------------------------------
0 commit comments