mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 17:54:19 +02:00
Merge bitcoin/bitcoin#32559: doc: add alpine build instructions
4f502baf8fdoc: add alpine depends build instructions (will)5332082d00doc: add alpine build instructions (will) Pull request description: Closes: #32512 - Provide Alpine build instructions in build-unix.md. - Instructions cover building all components except USDT which is marked as unsupported for Alpine. ACKs for top commit: hebasto: ACK4f502baf8f. Tree-SHA512: 821565714aa556d16c0c721748420333fb5574aa13858186a799a5ccbda981c5b77da2d74a23de01c505591ed3b872eb5552051922ba101fedd50dfddc926b06
This commit is contained in:
@@ -57,6 +57,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
|
||||
|
||||
Reference in New Issue
Block a user