Updated README.

This commit is contained in:
Christian Deacon
2020-05-21 00:05:34 +00:00
parent 57da5c8bdb
commit 4c0f36e71c

View File

@@ -118,6 +118,12 @@ filters = (
``` ```
## Building ## Building
Before compiling, ensure the `libconfig` library is installed. For Debian/Ubuntu, you can install this with the following as root:
```
apt-get install libconfig-dev
```
You can use `git` and `make` to build this project. The following should work: You can use `git` and `make` to build this project. The following should work:
``` ```