From 06e7e83632985bd8b648d24f9a51591d3a3bbec3 Mon Sep 17 00:00:00 2001 From: tdb3 <106488469+tdb3@users.noreply.github.com> Date: Sun, 22 Sep 2024 14:54:25 -0400 Subject: [PATCH] doc: correct the zmq automatic build info --- doc/zmq.md | 7 +++---- 1 file 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.