From 629e5e8b92023cf174f1d4f4954a4161720600a4 Mon Sep 17 00:00:00 2001 From: d4708 <96319366+d4708@users.noreply.github.com> Date: Sat, 14 May 2022 14:21:32 +0300 Subject: [PATCH] add pkg-config dependency #46 not preinstalled on some OS and causes error on 0net installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3bdee4c..b864501c 100644 --- a/README.md +++ b/README.md @@ -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/)