aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-11-15 11:27:40 +0000
committerbloodstalker <thabogre@gmail.com>2018-11-15 11:27:40 +0000
commit77046664c8cd6e7c4f010c15961d100ef90b7059 (patch)
treee0824d26e3875624dcf6543a8779b7af7400be79 /README.md
parentreadme update (diff)
downloadcgrep-77046664c8cd6e7c4f010c15961d100ef90b7059.tar.gz
cgrep-77046664c8cd6e7c4f010c15961d100ef90b7059.zip
readme build update
Diffstat (limited to 'README.md')
-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