Skip to content

Commit 4f502ba

Browse files
committed
doc: add alpine depends build instructions
1 parent 5332082 commit 4f502ba

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

depends/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ To build dependencies for the current arch+OS:
5353

5454
gmake
5555

56+
### Alpine
57+
58+
apk add bash build-base cmake curl make patch
59+
60+
Skip the following packages if you don't intend to use the GUI and will build with [`NO_QT=1`](#dependency-options):
61+
62+
apk add bison linux-headers samurai pkgconf python3
63+
64+
To build dependencies for the current arch+OS:
65+
66+
make
67+
5668
## Configuring Bitcoin Core
5769

5870
**When configuring Bitcoin Core, CMake by default will ignore the depends output.** In

doc/build-unix.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ ZMQ dependencies (provides ZMQ API):
161161

162162
apk add zeromq-dev
163163

164-
User-Space, Statically Defined Tracing (USDT) is not directly compatible on
165-
Alpine as it uses libc functionality not available on musl.
164+
User-Space, Statically Defined Tracing (USDT) is not supported or tested on Alpine Linux at this time.
166165

167166
GUI dependencies:
168167

0 commit comments

Comments
 (0)