doc: Install py3-zmq port on OpenBSD for interface_zmq.py

Also updates the documented OpenBSD version.
This commit is contained in:
Hennadii Stepanov 2024-12-18 19:47:41 +00:00
parent fa0c473d4c
commit be1a2e5dfb
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -1,6 +1,6 @@
# OpenBSD Build Guide # OpenBSD Build Guide
**Updated for OpenBSD [7.5](https://www.openbsd.org/75.html)** **Updated for OpenBSD [7.6](https://www.openbsd.org/76.html)**
This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD. This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD.
@ -90,7 +90,7 @@ There is an included test suite that is useful for testing code changes when dev
To run the test suite (recommended), you will need to have Python 3 installed: To run the test suite (recommended), you will need to have Python 3 installed:
```bash ```bash
pkg_add python # Select the newest version of the package. pkg_add python py3-zmq # Select the newest version of the python package if necessary.
``` ```
## Building Bitcoin Core ## Building Bitcoin Core