doc: mention -DWITH_ZMQ=ON in macOS build guide

WITH_ZMQ defaults to OFF in CMakeLists.txt with no macOS exception.

Github-Pull: #35928
Rebased-From: 222855ed11
This commit is contained in:
cyb3ralbert
2026-08-07 15:54:07 +03:00
committed by fanquake
parent a5c6c4f2c8
commit 792ddd6b6f

View File

@@ -104,7 +104,7 @@ Otherwise, if you don't need QR encoding support, you can pass `-DWITH_QRENCODE=
#### ZMQ Dependencies
Support for ZMQ notifications requires the following dependency.
Bitcoin Core can provide notifications via ZeroMQ. To compile ZMQ support, install the following dependency and pass `-DWITH_ZMQ=ON` when configuring.
Skip if you do not need ZMQ functionality.
``` bash