From 8355bd177c819ca767d7fd41d6fafccb71deadde Mon Sep 17 00:00:00 2001 From: BlueRook Date: Wed, 20 Jul 2022 09:53:54 +0000 Subject: [PATCH] Add more deb-based dependencies these are required e.g. on Tails, although I still couldn't get 0net to work on it yet Signed-off-by: caryoscelus --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 090fcc76..a56be7e4 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 libffi-dev python3-pip python3-venv` + - `sudo apt install pkg-config libffi-dev python3-pip python3-venv python3-dev build-essential` ##### Android/Termux - install [Termux](https://termux.com/) (in Termux you can install packages via `pkg install `)