From 222855ed1129669e67785c9800292f017a301816 Mon Sep 17 00:00:00 2001 From: cyb3ralbert Date: Fri, 7 Aug 2026 15:54:07 +0300 Subject: [PATCH] doc: mention -DWITH_ZMQ=ON in macOS build guide WITH_ZMQ defaults to OFF in CMakeLists.txt with no macOS exception. --- doc/build-osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index bf55fda311c..4cdb483466b 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -106,7 +106,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