We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33adc75 commit 06e7e83Copy full SHA for 06e7e83
doc/zmq.md
@@ -46,11 +46,10 @@ operation.
46
47
## Enabling
48
49
-By default, the ZeroMQ feature is automatically compiled in if the
50
-necessary prerequisites are found. To disable, use -DWITH_ZMQ=OFF
51
-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:
52
53
- $ cmake -B build -DWITH_ZMQ=OFF (other options)
+ $ cmake -B build -DWITH_ZMQ=ON
54
55
To actually enable operation, one must set the appropriate options on
56
the command line or in the configuration file.
0 commit comments