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
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.