add pkg-config dependency #46
not preinstalled on some OS and causes error on 0net installation
This commit is contained in:
parent
35fd399e01
commit
629e5e8b92
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Install autoconf and other basic development tools, python3 and pip.
|
|||
|
||||
##### Apt-based (debian, ubuntu, etc)
|
||||
- `sudo apt update`
|
||||
- `sudo apt install python3-pip python3-venv`
|
||||
- `sudo apt install pkg-config python3-pip python3-venv`
|
||||
|
||||
##### Android/Termux
|
||||
- install [Termux](https://termux.com/)
|
||||
|
|
Loading…
Reference in a new issue