Skip to content

Commit

Permalink
update to clightning v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lvaccaro committed Apr 4, 2021
1 parent df802b3 commit aadfb01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildlightning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ REPOPATH=$PWD
# download lightning
git clone https://github.com/ElementsProject/lightning.git lightning
cd lightning
git checkout v0.9.3
git checkout v0.10.0

# set virtualenv for lightning
python3 -m virtualenv venv
Expand All @@ -33,7 +33,7 @@ patch -p1 < ${REPOPATH}/lightning-endian.patch

# add esplora plugin
git clone https://github.com/lvaccaro/esplora_clnd_plugin.git
cd esplora_clnd_plugin && git checkout v0.9.3 && cd ..
cd esplora_clnd_plugin && git checkout master && cd ..
cp esplora_clnd_plugin/esplora.c plugins/
sed -i 's/LDLIBS = /LDLIBS = -lcurl -lssl -lcrypto /g' Makefile
patch -p1 < esplora_clnd_plugin/Makefile.patch
Expand All @@ -44,4 +44,4 @@ make clean -C ccan/ccan/cdump/tools
make LDFLAGS="" CC="${CONFIGURATOR_CC}" LDLIBS="-L/usr/local/lib" -C ccan/ccan/cdump/tools
make PIE=1 DEVELOPER=0
deactivate
cd ..
cd ..

0 comments on commit aadfb01

Please sign in to comment.