File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,18 @@ To build dependencies for the current arch+OS:
53
53
54
54
gmake
55
55
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
+
56
68
## Configuring Bitcoin Core
57
69
58
70
** When configuring Bitcoin Core, CMake by default will ignore the depends output.** In
Original file line number Diff line number Diff line change @@ -161,8 +161,7 @@ ZMQ dependencies (provides ZMQ API):
161
161
162
162
apk add zeromq-dev
163
163
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.
166
165
167
166
GUI dependencies:
168
167
You can’t perform that action at this time.
0 commit comments