mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 10:42:13 +02:00
doc: mention -DWITH_ZMQ=ON in BSD build guides
The FreeBSD, NetBSD, and OpenBSD build guides state that ZMQ support is compiled in when the package is installed. Since WITH_ZMQ defaults to OFF, update the wording to mention the required CMake option.
Github-Pull: #35283
Rebased-From: ca93ab808c
This commit is contained in:
@@ -86,7 +86,7 @@ Otherwise, if you don't need QR encoding support, use the `-DWITH_QRENCODE=OFF`
|
|||||||
#### Notifications
|
#### Notifications
|
||||||
###### ZeroMQ
|
###### ZeroMQ
|
||||||
|
|
||||||
Bitcoin Core can provide notifications via ZeroMQ. If the package is installed, support will be compiled in.
|
Bitcoin Core can provide notifications via ZeroMQ. To compile ZMQ support, install the following dependency and pass `-DWITH_ZMQ=ON` when configuring.
|
||||||
```bash
|
```bash
|
||||||
pkg install libzmq4
|
pkg install libzmq4
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ Otherwise, if you don't need QR encoding support, use the `-DWITH_QRENCODE=OFF`
|
|||||||
#### Notifications
|
#### Notifications
|
||||||
###### ZeroMQ
|
###### ZeroMQ
|
||||||
|
|
||||||
Bitcoin Core can provide notifications via ZeroMQ. If the package is installed, support will be compiled in.
|
Bitcoin Core can provide notifications via ZeroMQ. To compile ZMQ support, install the following dependency and pass `-DWITH_ZMQ=ON` when configuring.
|
||||||
```bash
|
```bash
|
||||||
pkgin zeromq
|
pkgin zeromq
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ Otherwise, if you don't need QR encoding support, use the `-DWITH_QRENCODE=OFF`
|
|||||||
#### Notifications
|
#### Notifications
|
||||||
###### ZeroMQ
|
###### ZeroMQ
|
||||||
|
|
||||||
Bitcoin Core can provide notifications via ZeroMQ. If the package is installed, support will be compiled in.
|
Bitcoin Core can provide notifications via ZeroMQ. To compile ZMQ support, install the following dependency and pass `-DWITH_ZMQ=ON` when configuring.
|
||||||
```bash
|
```bash
|
||||||
pkg_add zeromq
|
pkg_add zeromq
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user