aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-11-11 00:23:37 +0000
committerbloodstalker <thabogre@gmail.com>2018-11-11 00:23:37 +0000
commitcc0ca5bab0ea202529146b703627aaf5d990716e (patch)
tree4987bbf62e5eb7f687e7b98b3c2962d67f3473bf /README.md
parentupdate (diff)
downloadcgrep-cc0ca5bab0ea202529146b703627aaf5d990716e.tar.gz
cgrep-cc0ca5bab0ea202529146b703627aaf5d990716e.zip
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 18e2db8..675a328 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,12 @@
# cgrep
`grep` for C/C++ source files.<br/>
+cgrep uses libtooling, the latest tested version of LLVM is trunk 340121.<br/>
+
+#Bulding
+assuming you have the llvm/clang libraries, just run:<br/>
+```bash
+git clone https://github.com/bloodstalker/cgrep
+git submodule init
+git submodule update
+make
+```