mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
doc: document that we can build lowdown, remove from Alpine.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
50d1043a91
commit
cde93ab703
@ -6,7 +6,7 @@ WORKDIR /build
|
||||
RUN apk update && \
|
||||
apk add ca-certificates alpine-sdk autoconf automake git libtool \
|
||||
gmp-dev sqlite-dev python3 py3-mako net-tools zlib-dev libsodium gettext su-exec \
|
||||
python3 py3-pip lowdown #&& \
|
||||
python3 py3-pip #&& \
|
||||
#apk add --upgrade fortify-headers
|
||||
|
||||
RUN mkdir lightning
|
||||
|
@ -66,6 +66,8 @@ For development or running tests, get additional dependencies:
|
||||
sudo apt-get install -y valgrind libpq-dev shellcheck cppcheck \
|
||||
libsecp256k1-dev jq lowdown
|
||||
|
||||
If you can't install `lowdown`, a version will be built in-tree.
|
||||
|
||||
If you want to build the Rust plugins (currently, cln-grpc):
|
||||
|
||||
sudo apt-get install -y cargo rustfmt
|
||||
|
Loading…
Reference in New Issue
Block a user