From 86eb84d6d7d7b0972f58e4b60d39f4f192bfcfb0 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 12 May 2017 19:33:44 +0430 Subject: updated the build guide --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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:
+ +```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.
Here Are the build options:
-- cgit v1.2.3