From 4c0f36e71cd4c75e7b1bf18fe28bd4a306be5f3c Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Thu, 21 May 2020 00:05:34 +0000 Subject: [PATCH] Updated README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: ```