add libffi-dev dependency

This commit is contained in:
d47081 2022-07-17 16:55:04 +03:00 committed by GitHub
parent 1d8aedce85
commit 0917ca43ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>`)