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:
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
Original file line number Diff line number Diff 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
167166GUI dependencies:
168167
You can’t perform that action at this time.
0 commit comments