mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
move alpine build dependencies to virtual package
move alpine build dependencies to virtual package so it can be easily removed all at once
This commit is contained in:
parent
2136d5912f
commit
74652f7cf4
1 changed files with 2 additions and 3 deletions
|
@ -445,7 +445,7 @@ To compile for Alpine
|
|||
Get dependencies:
|
||||
```
|
||||
apk update
|
||||
apk add ca-certificates alpine-sdk autoconf automake git libtool \
|
||||
apk add --virtual .build-deps ca-certificates alpine-sdk autoconf automake git libtool \
|
||||
gmp-dev sqlite-dev python3 py3-mako net-tools zlib-dev libsodium gettext
|
||||
```
|
||||
Clone lightning:
|
||||
|
@ -463,8 +463,7 @@ make install
|
|||
Clean up:
|
||||
```
|
||||
cd .. && rm -rf lightning
|
||||
apk del ca-certificates alpine-sdk autoconf automake git libtool \
|
||||
gmp-dev sqlite python3 py3-mako net-tools zlib-dev libsodium gettext
|
||||
apk del .build-deps
|
||||
```
|
||||
Install runtime dependencies:
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue