Skip to content

Commit 48e5bfe

Browse files
committed
Merge #16643: doc: Add ZMQ dependencies to the Fedora build instructions
dc1bc1c doc: Add ZMQ dependencies to Fedora build (Hennadii Stepanov) Pull request description: Without `zeromq-devel` package on Fedora 30: ``` $ ./configure | grep zmq configure: WARNING: libzmq version 4.x or greater not found, disabling with zmq = no ``` With installed `zeromq-devel`: ``` $ ./configure | grep zmq with zmq = yes ``` Also this PR improves style in the `miniupnpc` related paragraphs. ACKs for top commit: emilengler: Concept ACK dc1bc1c practicalswift: ACK dc1bc1c -- diff looks correct fanquake: ACK dc1bc1c - tested in a Fedora 30 Docker container. Other changes match the Ubuntu & Debian docs above. Tree-SHA512: 89b083a6256e8d0bcb9f0b193af84bc680843fdbb4a3e8871086477875250ad0ae214ce08797fc70c0cb04a2969632840c805a2a10a433763ee31cd1aa793bac
2 parents e8a6d52 + dc1bc1c commit 48e5bfe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/build-unix.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Otherwise, you can build from self-compiled `depends` (see above).
9696
To build Bitcoin Core without wallet, see [*Disable-wallet mode*](/doc/build-unix.md#disable-wallet-mode)
9797

9898

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

101101
sudo apt-get install libminiupnpc-dev
102102

@@ -130,10 +130,14 @@ Build requirements:
130130

131131
sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3
132132

133-
Optional:
133+
Optional (see `--with-miniupnpc` and `--enable-upnp-default`):
134134

135135
sudo dnf install miniupnpc-devel
136136

137+
ZMQ dependencies (provides ZMQ API):
138+
139+
sudo dnf install zeromq-devel
140+
137141
To build with Qt 5 you need the following:
138142

139143
sudo dnf install qt5-qttools-devel qt5-qtbase-devel protobuf-devel

0 commit comments

Comments
 (0)