Updated README.

This commit is contained in:
Christian Deacon
2020-05-21 01:17:52 +00:00
parent 7f213f4933
commit db2c4792c7

View File

@@ -118,7 +118,7 @@ filters = (
``` ```
## Building ## 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 apt-get install libconfig-dev