mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
Merge bitcoin/bitcoin#30946: doc: correct the zmq automatic build info
Some checks are pending
Some checks are pending
06e7e83632
doc: correct the zmq automatic build info (tdb3) Pull request description: The current documentation states that the ZMQ feature is automatically included when building. Noticed this was no longer the case when building to review PR #30942. ACKs for top commit: l0rinc: ACK06e7e83632
hebasto: re-ACK06e7e83632
. Tree-SHA512: 24269c29415e54815b105e3f830f31f055e9bdcb3bf4a7cede068651875190adfc4e72ad5448b3c30a23b0db024f743d9f18576a6fda46d87deb5ea39352e626
This commit is contained in:
commit
39219fe145
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue