Skip to content

Commit fa1f944

Browse files
committed
Merge #9207: [Doc] Move comments above bash command in build-unix
69bc8e7 [Doc] Move comments above bash command (Amir Abrams)
2 parents 74ced54 + 69bc8e7 commit fa1f944

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/build-unix.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ pass `--with-incompatible-bdb` to configure.
9696

9797
See the section "Disable-wallet mode" to build Bitcoin Core without wallet.
9898

99-
Optional:
99+
Optional (see --with-miniupnpc and --enable-upnp-default):
100100

101-
sudo apt-get install libminiupnpc-dev (see --with-miniupnpc and --enable-upnp-default)
101+
sudo apt-get install libminiupnpc-dev
102102

103-
ZMQ dependencies:
103+
ZMQ dependencies (provides ZMQ API 4.x):
104104

105-
sudo apt-get install libzmq3-dev (provides ZMQ API 4.x)
105+
sudo apt-get install libzmq3-dev
106106

107107
Dependencies for the GUI: Ubuntu & Debian
108108
-----------------------------------------

0 commit comments

Comments
 (0)