doc: capnproto instruction for Alpine and Arch

This commit is contained in:
Sjors Provoost
2025-08-21 18:29:21 +02:00
parent 49d1a1a363
commit de65c86572

View File

@@ -163,6 +163,12 @@ SQLite is required for the wallet:
To build Bitcoin Core without the wallet, see [*Disable-wallet mode*](#disable-wallet-mode)
Cap'n Proto is needed for IPC functionality (see [multiprocess.md](multiprocess.md)):
apk add capnproto capnproto-dev
Compile with `-DENABLE_IPC=OFF` if you do not need IPC functionality.
ZMQ dependencies (provides ZMQ API):
apk add zeromq-dev
@@ -205,7 +211,7 @@ Setup and Build Example: Arch Linux
-----------------------------------
This example lists the steps necessary to setup and build a command line only distribution of the latest changes on Arch Linux:
pacman --sync --needed cmake boost gcc git libevent make python sqlite
pacman --sync --needed capnproto cmake boost gcc git libevent make python sqlite
git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin/
cmake -B build