doc: document that we can build lowdown, remove from Alpine.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2022-09-06 13:46:18 +09:30 committed by neil saitug
parent 50d1043a91
commit cde93ab703
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ WORKDIR /build
RUN apk update && \ RUN apk update && \
apk add ca-certificates alpine-sdk autoconf automake git libtool \ 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 \ 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 #apk add --upgrade fortify-headers
RUN mkdir lightning RUN mkdir lightning

View File

@ -66,6 +66,8 @@ For development or running tests, get additional dependencies:
sudo apt-get install -y valgrind libpq-dev shellcheck cppcheck \ sudo apt-get install -y valgrind libpq-dev shellcheck cppcheck \
libsecp256k1-dev jq lowdown 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): If you want to build the Rust plugins (currently, cln-grpc):
sudo apt-get install -y cargo rustfmt sudo apt-get install -y cargo rustfmt