From 0917ca43ba5583daf2b87e8e64c6efcac6aa5e7f Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Sun, 17 Jul 2022 16:55:04 +0300 Subject: [PATCH] add libffi-dev dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f24858e3..090fcc76 100644 --- a/README.md +++ b/README.md @@ -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 `)