Correct version regex in Makefile, add git as dependency

This commit is contained in:
darosior
2019-08-09 00:35:52 +02:00
committed by Rusty Russell
parent 5dbff077c2
commit f98ae2d1d3
3 changed files with 5 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ For the impatient here's the gist of it for Ubuntu and Debian:
sudo apt-get install -y \
autoconf automake build-essential git libtool libgmp-dev \
libsqlite3-dev python python3 net-tools zlib1g-dev libsodium-dev \
python3-mako
python3-mako git
git clone https://github.com/ElementsProject/lightning.git
cd lightning
./configure