Skip to content

Commit be1a2e5

Browse files
committed
doc: Install py3-zmq port on OpenBSD for interface_zmq.py
Also updates the documented OpenBSD version.
1 parent fa0c473 commit be1a2e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/build-openbsd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenBSD Build Guide
22

3-
**Updated for OpenBSD [7.5](https://www.openbsd.org/75.html)**
3+
**Updated for OpenBSD [7.6](https://www.openbsd.org/76.html)**
44

55
This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD.
66

@@ -90,7 +90,7 @@ There is an included test suite that is useful for testing code changes when dev
9090
To run the test suite (recommended), you will need to have Python 3 installed:
9191

9292
```bash
93-
pkg_add python # Select the newest version of the package.
93+
pkg_add python py3-zmq # Select the newest version of the python package if necessary.
9494
```
9595

9696
## Building Bitcoin Core

0 commit comments

Comments
 (0)