fix typo in README

This commit is contained in:
fduncanh
2022-04-23 00:15:02 -04:00
parent d48a6b6958
commit 4c36996f05
3 changed files with 4 additions and 3 deletions

View File

@@ -129,7 +129,8 @@ now being periodically merged with the antimof tree (thank you antimof!).
See [Troubleshooting](#troubleshooting) below for help with any difficulties.
You need a C/C++ compiler (e.g. g++) with the standard development libraries installed. Debian-based
systems provide a package "build-essential" for use in compiling software. You also need pkg-config: if it is is not found by "`which pkg-config`",
systems provide a package "build-essential" for use in compiling software. You also need pkg-config: if it is
not found by "`which pkg-config`",
install pkg-config or its work-alike replacement pkgconf. Also make sure that cmake>=3.4.1
is installed: "`sudo apt-get install cmake`" (add ``build-essential`` and
`pkg-config` (or ``pkgconf``) to this if needed).