Skip to content

Commit 011a8c5

Browse files
committed
Merge bitcoin/bitcoin#32696: doc: make -DWITH_ZMQ=ON explicit on build-unix.md
32d4e92 doc: make `-DWITH_ZMQ=ON` explicit on `build-unix.md` (Luis Schwab) Pull request description: ZMQ support is not built by default on Linux, and the docs don't make that clear. This PR makes it explicit that the `-DWITH_ZMQ=ON` flag is required to build with ZMQ support on `build-unix.md`. ACKs for top commit: maflcko: lgtm ACK 32d4e92 Tree-SHA512: 322d0dd86bb80aa5a5640a5510cbeeec29f490c33b8f7360e3a202147a02c303064e6761ceb42e38e26982c61f35c9b048804c705a0d95c5737ebd2109febead
2 parents fe39050 + 32d4e92 commit 011a8c5

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)