Skip to content

Commit a9e42f5

Browse files
hebastosaikiran57
authored andcommitted
doc: Update NetBSD Build Guide
The `boost-headers` package does not provide CMake configuration files required since bitcoin#32667. Install the `boost` package instead.
1 parent d8c60c3 commit a9e42f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build-netbsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Install the required dependencies the usual way you [install software on NetBSD]
1212
The example commands below use `pkgin`.
1313

1414
```bash
15-
pkgin install git cmake pkg-config boost-headers libevent
15+
pkgin install git cmake pkg-config boost libevent
1616
```
1717

1818
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.

0 commit comments

Comments
 (0)