mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-04 03:03:51 +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
2 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue