mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
fix(deps): add libffi-dev build dependency
Fix the fatal error `ffi.h: No such file or directory` during pip3 install requirements.txt
This commit is contained in:
parent
51e46339a7
commit
02262586ec
@ -96,7 +96,7 @@ Get dependencies:
|
||||
```shell
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
jq autoconf automake build-essential git libtool libsqlite3-dev \
|
||||
jq autoconf automake build-essential git libtool libsqlite3-dev libffi-dev \
|
||||
python3 python3-pip net-tools zlib1g-dev libsodium-dev gettext
|
||||
pip3 install --upgrade pip
|
||||
pip3 install --user poetry
|
||||
|
Loading…
Reference in New Issue
Block a user