Merge bitcoin/bitcoin#30946: doc: correct the zmq automatic build info
Some checks are pending
CI / test each commit (push) Waiting to run
CI / macOS 14 native, arm64, no depends, sqlite only, gui (push) Waiting to run
CI / Win64 native, VS 2022 (push) Waiting to run
CI / ASan + LSan + UBSan + integer, no depends, USDT (push) Waiting to run

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:
    ACK 06e7e83632
  hebasto:
    re-ACK 06e7e83632.

Tree-SHA512: 24269c29415e54815b105e3f830f31f055e9bdcb3bf4a7cede068651875190adfc4e72ad5448b3c30a23b0db024f743d9f18576a6fda46d87deb5ea39352e626
This commit is contained in:
merge-script 2024-09-25 12:21:51 +01:00
commit 39219fe145
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

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.