mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 22:42:34 +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
|
||||
|
||||
### 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
|
||||
|
||||
**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
|
||||
|
||||
User-Space, Statically Defined Tracing (USDT) is not directly compatible on
|
||||
Alpine as it uses libc functionality not available on musl.
|
||||
User-Space, Statically Defined Tracing (USDT) is not supported or tested on Alpine Linux at this time.
|
||||
|
||||
GUI dependencies:
|
||||
|
||||
|
Reference in New Issue
Block a user