Skip to content

Commit 32d4e92

Browse files
committed
doc: make -DWITH_ZMQ=ON explicit on build-unix.md
1 parent ae02413 commit 32d4e92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/build-unix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SQLite is required for the descriptor wallet:
5656

5757
To 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

108108
To 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

114114
User-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.
119119
Skip if you do not need IPC functionality.
120120

121121
sudo dnf install capnproto

0 commit comments

Comments
 (0)