From ba0e438b26bf743dcab6445d3ac615348d34daa7 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Tue, 13 Sep 2022 02:11:49 -0700 Subject: Add pkg-config requirement to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 31c62f83e..bd7869c21 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,12 @@ To build some of the packages from vcpkg you may need some additional tools. sudo apt-get install build-essential ``` +Some of the dependencies in `vckpg` needs `pkg-config` so make sure to install that as well. + +``` +sudo apt-get install pkg-config +``` + Some of Zen's third party dependencies are provided by Microsoft's `vcpkg` C++ library manager. After cloning the project there is an initialisation step. -- cgit v1.2.3