Merge pull request #130 from d47081/master
add libffi-dev dependency in debian-based instruction fixes #129
This commit is contained in:
commit
f88526c938
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ Install autoconf and other basic development tools, python3 and pip.
|
|||
|
||||
##### Apt-based (debian, ubuntu, etc)
|
||||
- `sudo apt update`
|
||||
- `sudo apt install pkg-config python3-pip python3-venv`
|
||||
- `sudo apt install pkg-config libffi-dev python3-pip python3-venv`
|
||||
|
||||
##### Android/Termux
|
||||
- install [Termux](https://termux.com/) (in Termux you can install packages via `pkg install <package-names>`)
|
||||
|
|
Loading…
Reference in a new issue