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:
56
56
57
57
To build Bitcoin Core without wallet, see [ * Disable-wallet mode* ] ( #disable-wallet-mode )
58
58
59
- ZMQ dependencies (provides ZMQ API) :
59
+ ZMQ-enabled binaries are compiled with ` -DWITH_ZMQ=ON ` and require the following dependency :
60
60
61
61
sudo apt-get install libzmq3-dev
62
62
@@ -107,15 +107,15 @@ SQLite is required for the descriptor wallet:
107
107
108
108
To build Bitcoin Core without wallet, see [ * Disable-wallet mode* ] ( #disable-wallet-mode )
109
109
110
- ZMQ dependencies (provides ZMQ API) :
110
+ ZMQ-enabled binaries are compiled with ` -DWITH_ZMQ=ON ` and require the following dependency :
111
111
112
112
sudo dnf install zeromq-devel
113
113
114
114
User-Space, Statically Defined Tracing (USDT) dependencies:
115
115
116
116
sudo dnf install systemtap-sdt-devel
117
117
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.
119
119
Skip if you do not need IPC functionality.
120
120
121
121
sudo dnf install capnproto
You can’t perform that action at this time.
0 commit comments