doc: add alpine depends build instructions

This commit is contained in:
will
2025-05-20 10:20:29 +01:00
parent 5332082d00
commit 4f502baf8f
2 changed files with 13 additions and 2 deletions

View File

@@ -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

View File

@@ -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: