mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-29 13:59:29 +02:00
doc: Update NetBSD Build Guide
The `boost-headers` package does not provide CMake configuration files required since https://github.com/bitcoin/bitcoin/pull/32667. Install the `boost` package instead.
This commit is contained in:
@@ -12,7 +12,7 @@ Install the required dependencies the usual way you [install software on NetBSD]
|
||||
The example commands below use `pkgin`.
|
||||
|
||||
```bash
|
||||
pkgin install git cmake pkg-config boost-headers libevent
|
||||
pkgin install git cmake pkg-config boost libevent
|
||||
```
|
||||
|
||||
NetBSD currently ships with an older version of `gcc` than is needed to build. You should upgrade your `gcc` and then pass this new version to the configure script.
|
||||
|
Reference in New Issue
Block a user