From 32d4e92b9ac81858d754487bfec2fef6bed13a57 Mon Sep 17 00:00:00 2001 From: Luis Schwab Date: Fri, 6 Jun 2025 19:40:57 -0300 Subject: [PATCH] doc: make `-DWITH_ZMQ=ON` explicit on `build-unix.md` --- doc/build-unix.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index 591b229ecb7..a4e6af23233 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -56,7 +56,7 @@ SQLite is required for the descriptor wallet: To build Bitcoin Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode) -ZMQ dependencies (provides ZMQ API): +ZMQ-enabled binaries are compiled with `-DWITH_ZMQ=ON` and require the following dependency: sudo apt-get install libzmq3-dev @@ -107,7 +107,7 @@ SQLite is required for the descriptor wallet: To build Bitcoin Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode) -ZMQ dependencies (provides ZMQ API): +ZMQ-enabled binaries are compiled with `-DWITH_ZMQ=ON` and require the following dependency: sudo dnf install zeromq-devel @@ -115,7 +115,7 @@ User-Space, Statically Defined Tracing (USDT) dependencies: sudo dnf install systemtap-sdt-devel -IPC-enabled binaries are compiled with `-DENABLE_IPC=ON` and require the following dependency. +IPC-enabled binaries are compiled with `-DENABLE_IPC=ON` and require the following dependency. Skip if you do not need IPC functionality. sudo dnf install capnproto