mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-18 00:23:38 +01:00
doc: Update NetBSD Build Guide
The `py310-zmq` binary package is not available by default on NetBSD 10.1. It has been updated to `py313-zmq`, and the `python310` package is updated accordingly. See: https://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/index-all.html.
This commit is contained in:
@@ -93,7 +93,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
|
||||||
pkgin install python310 py310-zmq
|
pkgin install python313 py313-zmq
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building Bitcoin Core
|
## Building Bitcoin Core
|
||||||
|
|||||||
Reference in New Issue
Block a user