Skip to content

Commit dc1bc1c

Browse files
committed
doc: Add ZMQ dependencies to Fedora build
1 parent 1124be6 commit dc1bc1c

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)