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 <caryoscelus@gmx.com>
This commit is contained in:
BlueRook 2022-07-20 09:53:54 +00:00 committed by caryoscelus
parent 012b3d53df
commit 8355bd177c

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 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 <package-names>`)