mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user