Skip to content

Commit

Permalink
doc: correct the zmq automatic build info
Browse files Browse the repository at this point in the history
  • Loading branch information
tdb3 committed Sep 25, 2024
1 parent 33adc75 commit 06e7e83
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/zmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 06e7e83

Please sign in to comment.