aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-12 15:03:44 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-12 15:03:44 +0000
commit86eb84d6d7d7b0972f58e4b60d39f4f192bfcfb0 (patch)
tree7e36d494ec5bf6c6d7068deefb6a8cadb4c3128c /README.md
parentadded two variables for cc options (diff)
downloadmutator-86eb84d6d7d7b0972f58e4b60d39f4f192bfcfb0.tar.gz
mutator-86eb84d6d7d7b0972f58e4b60d39f4f192bfcfb0.zip
updated the build guide
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 1a4f05e..f6f530d 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,16 @@ All the as-of-yet implemented features of the project are very much buildable an
#### Linux
+First clone the repo and then initialize and update the submodule in it:<br/>
+
+```bash
+
+git clone https://github.com/bloodstalker/mutator
+git submodule init
+git submodule update
+
+```
+
To build the project, you need to have the LLVM libraries 4.0 or higher. mutator can not be built with LLVM 3.9 or lower. The latest tested is LLVM trunk:301395.<br/>
Here Are the build options:<br/>