aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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/>