File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Otherwise, you can build from self-compiled `depends` (see above).
96
96
To build Bitcoin Core without wallet, see [ * Disable-wallet mode* ] ( /doc/build-unix.md#disable-wallet-mode )
97
97
98
98
99
- Optional (see --with-miniupnpc and --enable-upnp-default):
99
+ Optional (see ` --with-miniupnpc ` and ` --enable-upnp-default ` ):
100
100
101
101
sudo apt-get install libminiupnpc-dev
102
102
@@ -130,10 +130,14 @@ Build requirements:
130
130
131
131
sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3
132
132
133
- Optional:
133
+ Optional (see ` --with-miniupnpc ` and ` --enable-upnp-default ` ) :
134
134
135
135
sudo dnf install miniupnpc-devel
136
136
137
+ ZMQ dependencies (provides ZMQ API):
138
+
139
+ sudo dnf install zeromq-devel
140
+
137
141
To build with Qt 5 you need the following:
138
142
139
143
sudo dnf install qt5-qttools-devel qt5-qtbase-devel protobuf-devel
You can’t perform that action at this time.
0 commit comments