aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormerge-script <fanquake@gmail.com>2024-09-25 12:21:51 +0100
committermerge-script <fanquake@gmail.com>2024-09-25 12:21:51 +0100
commit39219fe145e5e6e6f079b591e3f4b5fea8e71804 (patch)
tree3789a4b0680d68884ff9e511b595680073c06a1c /doc
parenta9773b6215e1ee66203680ac7d0b2aae0d797f95 (diff)
parent06e7e83632985bd8b648d24f9a51591d3a3bbec3 (diff)
Merge bitcoin/bitcoin#30946: doc: correct the zmq automatic build info
06e7e83632985bd8b648d24f9a51591d3a3bbec3 doc: correct the zmq automatic build info (tdb3) Pull request description: The current documentation states that the ZMQ feature is automatically included when building. Noticed this was no longer the case when building to review PR #30942. ACKs for top commit: l0rinc: ACK 06e7e83632985bd8b648d24f9a51591d3a3bbec3 hebasto: re-ACK 06e7e83632985bd8b648d24f9a51591d3a3bbec3. Tree-SHA512: 24269c29415e54815b105e3f830f31f055e9bdcb3bf4a7cede068651875190adfc4e72ad5448b3c30a23b0db024f743d9f18576a6fda46d87deb5ea39352e626
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/zmq.md b/doc/zmq.md
index fe599eb00c..0a74d6eef9 100644
--- a/doc/zmq.md
+++ b/doc/zmq.md
@@ -46,11 +46,10 @@ operation.
## Enabling
-By default, the ZeroMQ feature is automatically compiled in if the
-necessary prerequisites are found. To disable, use -DWITH_ZMQ=OFF
-during the *configure* step of building bitcoind:
+By default, the ZeroMQ feature is not automatically compiled.
+To enable, use `-DWITH_ZMQ=ON` when configuring the build system:
- $ cmake -B build -DWITH_ZMQ=OFF (other options)
+ $ cmake -B build -DWITH_ZMQ=ON
To actually enable operation, one must set the appropriate options on
the command line or in the configuration file.