File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
55This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD.
66
@@ -21,8 +21,11 @@ pkg_add sqlite3
2121
2222To 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
2730Compile with ` -DENABLE_IPC=OFF ` if you do not need IPC functionality.
2831
You can’t perform that action at this time.
0 commit comments