File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,22 @@ Setup
1111 (cd contrib/remote_hsmd && \
1212 ln -s ../../../validating-lightning-signer/lightning-signer-server/src/server/remotesigner.proto)
1313
14- Building
14+ Additional Dependencies (needed after applying steps in ` doc/INSTALL ` ):
15+
16+ On Ubuntu:
17+
18+ sudo apt-get install -y libgrpc-dev libgrpc++-dev protobuf-compiler-grpc
19+
20+ On Fedora:
21+
22+ sudo dnf install -y grpc-devel grpc-plugins
23+
24+ Building
1525
1626 make distclean
1727 ./configure --enable-developer
1828 make
1929
20- Dependencies
21-
22- - libgrpc-dev
23- - libgrpc++-dev
24- - grpc-plugins
25-
2630Build libsecp256k1 with ` ./configure --enable-module-recovery ` , see
2731https://github.com/golemfactory/golem/issues/2168 for background.
2832
Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ Get dependencies:
3939 sudo apt-get install -y \
4040 autoconf automake build-essential git libtool libgmp-dev libsqlite3-dev \
4141 python3 python3-mako python3-pip net-tools zlib1g-dev libsodium-dev \
42- gettext \
43- libgrpc-dev libgrpc++-dev protobuf-compiler-grpc
42+ gettext
4443 pip3 install --user mrkd mistune==0.8.4
4544
4645If you don't have Bitcoin installed locally you'll need to install that
You can’t perform that action at this time.
0 commit comments