diff --git a/README.md b/README.md index 91d92e7..da629cf 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,12 @@ filters = ( ``` ## 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: ```