aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 304af3a..abf3ffc 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@ git submodule init
git submodule update
make
```
+The makefile assumes clang is called `clang` and llvm-config is called `llvm-config`. On some distros, the names might not be the same. In those cases use `CXX` and `LLVM_CONF` to pass the values to the makefile.<br/>
+
## Usage
A simple usage example:<br/>
```bash