From 87b8cc767bc90c259e255a9cb890557ebeb41923 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 15 Dec 2016 00:10:26 +0330 Subject: updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f56796a..3030616 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Here's a quick look into the project files and directories:
#### **The Misra-C rule checking portion has not been extensively tested since it is still WIP but is very much buildable and usable.**
###Building and Running -To build the project, you need to have the LLVM libraries 4.0(that's the version the project is currently using) to avoid any unforseen results. The project can not be built with LLVM 3.8 or lower, but I haven't tested LLVM 3.9. Before you run make, remove everything from **EXTRA_CXX_FLAGS**. After that, just run **make** and you're good to go. Running make will build three executables which can be used independently or with **mutator.sh**(use -h to see a list of options.)
+To build the project, you need to have the LLVM libraries 4.0(that's the version the project is currently using) to avoid any unforseen results. The project can not be built with LLVM 3.8 or lower, but I haven't tested LLVM 3.9. To Build the project just run `make`. After that, just run **make** and you're good to go. Running make will build three executables which can be used independently or with **mutator.sh**(use -h to see a list of options.)

You need to make sure that **llvm-configure** is in path since that's how the make file access the build parameters used to build the library (Thank you LLVM!).
The makefile uses **clang++ 4.0** as the compiler to build the project. On paper, any latest version of g++ should do the trick but this remains untested.
-- cgit v1.2.3