Skip to content

Commit

Permalink
doc: Install py3-zmq port on OpenBSD for interface_zmq.py
Browse files Browse the repository at this point in the history
Also updates the documented OpenBSD version.
  • Loading branch information
hebasto committed Dec 18, 2024
1 parent fa0c473 commit be1a2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build-openbsd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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.

Expand Down Expand Up @@ -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:

```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
Expand Down

0 comments on commit be1a2e5

Please sign in to comment.