mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +01:00
Merge bitcoin/bitcoin#33876: doc: Update NetBSD Build Guide
c29eaeeaf9doc: Update NetBSD Build Guide (Hennadii Stepanov) Pull request description: 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. ACKs for top commit: fanquake: ACKc29eaeeaf9Tree-SHA512: 6924a974d6ed494609c789cc3f28cf173af3a37b940520ad7b169eff87e30af8346fec07e46f8bffe14a329060c41ac46d46b91910a00994cdf8a7ace8391d1c
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:
|
||||
|
||||
```bash
|
||||
pkgin install python310 py310-zmq
|
||||
pkgin install python313 py313-zmq
|
||||
```
|
||||
|
||||
## Building Bitcoin Core
|
||||
|
||||
Reference in New Issue
Block a user