Updated README.

This commit is contained in:
Christian Deacon
2020-05-21 00:24:40 +00:00
parent e40beb6d1e
commit 7f213f4933

View File

@@ -118,7 +118,7 @@ filters = (
``` ```
## Building ## Building
Before compiling, ensure the `libconfig` library is installed. For Debian/Ubuntu, you can install this with the following as root: Before building, ensure the `libconfig-dev` package is installed. For Debian/Ubuntu, you can install this with the following as root:
``` ```
apt-get install libconfig-dev apt-get install libconfig-dev