diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-12 15:03:44 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-12 15:03:44 +0000 |
commit | 86eb84d6d7d7b0972f58e4b60d39f4f192bfcfb0 (patch) | |
tree | 7e36d494ec5bf6c6d7068deefb6a8cadb4c3128c | |
parent | added two variables for cc options (diff) | |
download | mutator-86eb84d6d7d7b0972f58e4b60d39f4f192bfcfb0.tar.gz mutator-86eb84d6d7d7b0972f58e4b60d39f4f192bfcfb0.zip |
updated the build guide
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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/> |