diff options
author | bloodstalker <thabogre@gmail.com> | 2018-11-15 11:27:40 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-11-15 11:27:40 +0000 |
commit | 77046664c8cd6e7c4f010c15961d100ef90b7059 (patch) | |
tree | e0824d26e3875624dcf6543a8779b7af7400be79 /README.md | |
parent | readme update (diff) | |
download | cgrep-77046664c8cd6e7c4f010c15961d100ef90b7059.tar.gz cgrep-77046664c8cd6e7c4f010c15961d100ef90b7059.zip |
readme build update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |