doc: update build and dependencies docs for IPC

OpenBSD does not have this package, so recommend building from
source for now.
This commit is contained in:
Sjors Provoost
2025-08-12 16:36:50 +02:00
parent 3cbf747c32
commit 71f29d4fa9
6 changed files with 37 additions and 21 deletions

View File

@@ -39,6 +39,14 @@ pkgin sqlite3
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 capnproto
```
Compile with `-DENABLE_IPC=OFF` if you do not need IPC functionality.
See [dependencies.md](dependencies.md) for a complete overview.
### 2. Clone Bitcoin Repo