Skip to content

Commit aea8a39

Browse files
luisschwabfanquake
authored andcommitted
doc: make -DWITH_ZMQ=ON explicit on build-unix.md
Github-Pull: #32696 Rebased-From: 32d4e92
1 parent 23e76ef commit aea8a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/build-unix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ executables, which are based on BerkeleyDB 4.8. Otherwise, you can build Berkele
6060

6161
To build Bitcoin Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode)
6262

63-
ZMQ dependencies (provides ZMQ API):
63+
ZMQ-enabled binaries are compiled with `-DWITH_ZMQ=ON` and require the following dependency:
6464

6565
sudo apt-get install libzmq3-dev
6666

@@ -108,7 +108,7 @@ are based on Berkeley DB 4.8. Otherwise, you can build Berkeley DB [yourself](#b
108108

109109
To build Bitcoin Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode)
110110

111-
ZMQ dependencies (provides ZMQ API):
111+
ZMQ-enabled binaries are compiled with `-DWITH_ZMQ=ON` and require the following dependency:
112112

113113
sudo dnf install zeromq-devel
114114

0 commit comments

Comments
 (0)