File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ SQLite is required for the descriptor wallet:
5656
5757To build Bitcoin Core without wallet, see [ * Disable-wallet mode* ] ( #disable-wallet-mode )
5858
59- ZMQ dependencies (provides ZMQ API) :
59+ ZMQ-enabled binaries are compiled with ` -DWITH_ZMQ=ON ` and require the following dependency :
6060
6161 sudo apt-get install libzmq3-dev
6262
@@ -107,15 +107,15 @@ SQLite is required for the descriptor wallet:
107107
108108To build Bitcoin Core without wallet, see [ * Disable-wallet mode* ] ( #disable-wallet-mode )
109109
110- ZMQ dependencies (provides ZMQ API) :
110+ ZMQ-enabled binaries are compiled with ` -DWITH_ZMQ=ON ` and require the following dependency :
111111
112112 sudo dnf install zeromq-devel
113113
114114User-Space, Statically Defined Tracing (USDT) dependencies:
115115
116116 sudo dnf install systemtap-sdt-devel
117117
118- IPC-enabled binaries are compiled with ` -DENABLE_IPC=ON ` and require the following dependency.
118+ IPC-enabled binaries are compiled with ` -DENABLE_IPC=ON ` and require the following dependency.
119119Skip if you do not need IPC functionality.
120120
121121 sudo dnf install capnproto
You can’t perform that action at this time.
0 commit comments