From db2c4792c7ce9d4c7a1aa26ad5f8399a0ce69eae Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Thu, 21 May 2020 01:17:52 +0000 Subject: [PATCH] Updated README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5f4bbb..37f9aea 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ filters = ( ``` ## Building -Before building, ensure the `libconfig-dev` package is installed. For Debian/Ubuntu, you can install this with the following as root: +Before building, ensure the `libconfig-dev` package is installed along with necessary building tools such as `llvm`, `clang`, and `libelf-dev`. For Debian/Ubuntu, you can install this with the following as root: ``` apt-get install libconfig-dev