Merge pull request #136 from zeronet-conservancy/bluerook_patch
Add more deb-based dependencies
This commit is contained in:
commit
a2c0585ff3
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 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>`)
|
||||
|
|
Loading…
Reference in a new issue