doc: correct the zmq automatic build info

This commit is contained in:
tdb3 2024-09-22 14:54:25 -04:00
parent 33adc7521c
commit 06e7e83632
No known key found for this signature in database

View file

@ -46,11 +46,10 @@ operation.
## Enabling ## Enabling
By default, the ZeroMQ feature is automatically compiled in if the By default, the ZeroMQ feature is not automatically compiled.
necessary prerequisites are found. To disable, use -DWITH_ZMQ=OFF To enable, use `-DWITH_ZMQ=ON` when configuring the build system:
during the *configure* step of building bitcoind:
$ 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 To actually enable operation, one must set the appropriate options on
the command line or in the configuration file. the command line or in the configuration file.