mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
Python is a needed dependency here
Make seems to require python as well as python3.
This commit is contained in:
committed by
Christian Decker
parent
5697332677
commit
2d5c958617
@@ -17,7 +17,7 @@ To Build on Ubuntu 15.10 or above
|
||||
|
||||
Get dependencies:
|
||||
```
|
||||
sudo apt-get install -y autoconf automake build-essential git libtool libgmp-dev libsqlite3-dev python3 net-tools
|
||||
sudo apt-get install -y autoconf automake build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools
|
||||
```
|
||||
|
||||
If you don't have Bitcoin installed locally you'll need to install that as well:
|
||||
|
||||
Reference in New Issue
Block a user