mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 13:51:27 +02:00
doc: add alpine depends build instructions
This commit is contained in:
@@ -53,6 +53,18 @@ To build dependencies for the current arch+OS:
|
|||||||
|
|
||||||
gmake
|
gmake
|
||||||
|
|
||||||
|
### Alpine
|
||||||
|
|
||||||
|
apk add bash build-base cmake curl make patch
|
||||||
|
|
||||||
|
Skip the following packages if you don't intend to use the GUI and will build with [`NO_QT=1`](#dependency-options):
|
||||||
|
|
||||||
|
apk add bison linux-headers samurai pkgconf python3
|
||||||
|
|
||||||
|
To build dependencies for the current arch+OS:
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
## Configuring Bitcoin Core
|
## Configuring Bitcoin Core
|
||||||
|
|
||||||
**When configuring Bitcoin Core, CMake by default will ignore the depends output.** In
|
**When configuring Bitcoin Core, CMake by default will ignore the depends output.** In
|
||||||
|
@@ -161,8 +161,7 @@ ZMQ dependencies (provides ZMQ API):
|
|||||||
|
|
||||||
apk add zeromq-dev
|
apk add zeromq-dev
|
||||||
|
|
||||||
User-Space, Statically Defined Tracing (USDT) is not directly compatible on
|
User-Space, Statically Defined Tracing (USDT) is not supported or tested on Alpine Linux at this time.
|
||||||
Alpine as it uses libc functionality not available on musl.
|
|
||||||
|
|
||||||
GUI dependencies:
|
GUI dependencies:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user