Skip to content

Commit 84d8c52

Browse files
committed
doc: Update OpenBSD Build Guide
1 parent 2bcb3f6 commit 84d8c52

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/build-openbsd.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenBSD Build Guide
22

3-
**Updated for OpenBSD [7.6](https://www.openbsd.org/76.html)**
3+
**Updated for OpenBSD [7.8](https://www.openbsd.org/78.html)**
44

55
This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD.
66

@@ -21,8 +21,11 @@ pkg_add sqlite3
2121

2222
To build Bitcoin Core without the wallet, use `-DENABLE_WALLET=OFF`.
2323

24-
Cap'n Proto is needed for IPC functionality (see [multiprocess.md](multiprocess.md))
25-
and can be built from source: https://capnproto.org/install.html
24+
Cap'n Proto is needed for IPC functionality (see [multiprocess.md](multiprocess.md)):
25+
26+
```bash
27+
pkg_add capnproto
28+
```
2629

2730
Compile with `-DENABLE_IPC=OFF` if you do not need IPC functionality.
2831

0 commit comments

Comments
 (0)