mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-29 23:41:11 +02:00
doc: capnproto instruction for Alpine and Arch
This commit is contained in:
@@ -163,6 +163,12 @@ SQLite is required for the wallet:
|
|||||||
|
|
||||||
To build Bitcoin Core without the wallet, see [*Disable-wallet mode*](#disable-wallet-mode)
|
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):
|
ZMQ dependencies (provides ZMQ API):
|
||||||
|
|
||||||
apk add zeromq-dev
|
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:
|
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
|
git clone https://github.com/bitcoin/bitcoin.git
|
||||||
cd bitcoin/
|
cd bitcoin/
|
||||||
cmake -B build
|
cmake -B build
|
||||||
|
Reference in New Issue
Block a user