add pkg-config dependency #46

not preinstalled on some OS and causes error on 0net installation
This commit is contained in:
d4708 2022-05-14 14:21:32 +03:00 committed by GitHub
parent 35fd399e01
commit 629e5e8b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/)