From 77046664c8cd6e7c4f010c15961d100ef90b7059 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 15 Nov 2018 14:57:40 +0330 Subject: readme build update --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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.
+ ## Usage A simple usage example:
```bash -- cgit v1.2.3