diff options
| author | Dan Engelbrecht <[email protected]> | 2022-09-13 02:11:49 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-13 02:11:49 -0700 |
| commit | ba0e438b26bf743dcab6445d3ac615348d34daa7 (patch) | |
| tree | 6749bcf4a91bbdcca34b2642d361c8d679f913c0 | |
| parent | 0.1.6-pre6 (diff) | |
| download | zen-ba0e438b26bf743dcab6445d3ac615348d34daa7.tar.xz zen-ba0e438b26bf743dcab6445d3ac615348d34daa7.zip | |
Add pkg-config requirement to README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |