mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-10 00:24:19 +01:00
Correct version regex in Makefile, add git as dependency
This commit is contained in:
@@ -38,7 +38,8 @@ Get dependencies:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
autoconf automake build-essential git libtool libgmp-dev \
|
||||
libsqlite3-dev python python3 python3-mako net-tools zlib1g-dev libsodium-dev
|
||||
libsqlite3-dev python python3 python3-mako net-tools zlib1g-dev libsodium-dev \
|
||||
git
|
||||
|
||||
If you don't have Bitcoin installed locally you'll need to install that
|
||||
as well:
|
||||
@@ -85,6 +86,7 @@ $ sudo dnf update -y && \
|
||||
sudo dnf install -y \
|
||||
asciidoc \
|
||||
clang \
|
||||
git \
|
||||
gmp-devel \
|
||||
libsq3-devel \
|
||||
python2-devel \
|
||||
|
||||
Reference in New Issue
Block a user