doc: Install pkgconf to find capnproto on NetBSD

On NetBSD, `pkgconf` is necessary to find `capnproto`. For example, see
https://github.com/bitcoin-core/libmultiprocess/pull/325.
This commit is contained in:
Hennadii Stepanov
2026-08-05 22:48:03 +01:00
parent 5964c7229f
commit f32685315c

View File

@@ -26,7 +26,7 @@ To build Bitcoin Core without the wallet, use `-DENABLE_WALLET=OFF`.
Cap'n Proto is needed for IPC functionality (see [multiprocess.md](multiprocess.md)):
```bash
pkgin install capnproto
pkgin install capnproto pkgconf
```
Compile with `-DENABLE_IPC=OFF` if you do not need IPC functionality.