aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-29 13:30:51 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-29 13:30:51 +0000
commitccf6bf3f8e84dd016aad0b683518c18d40e411b1 (patch)
treed031f07d913943b967c1c494a223b9e69eaa3d68 /README.md
parentfixes #47. probably a good idea to just wipe and re-clone. also moved m0 to i... (diff)
downloadmutator-ccf6bf3f8e84dd016aad0b683518c18d40e411b1.tar.gz
mutator-ccf6bf3f8e84dd016aad0b683518c18d40e411b1.zip
some cosmetic changes and makefile fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 12ff7ca..b8cb040 100644
--- a/README.md
+++ b/README.md
@@ -171,7 +171,7 @@ Currently there is only the master branch which is the dev branch. All the as-of
### Building
#### Requirements
-* `LLVM/Clang` 5.0 or higher<br/>
+* `LLVM/Clang` 5.0 or 6.0.<br/>
* `libffi`<br/>
* `libcapstone`<br/>
* `libkeystone`<br/>
@@ -217,7 +217,7 @@ Note: if you are building the llvm and clang libraries from source, then the llv
Also do note that building the llvm libraries from source in Debug mode will require big space on your harddrive and will need quite some RAM and needless say is slower. Release mode is less resource-greedy, of course.<br/>
Finally if you are having problems with the build, you could take a look at `.travis.yml` or under `CITPreBuildDep.sh` under `extra-tools` for some hints or help apart from asking for help, of course.<br/>
-After building the executables, you need to run:<br/>
+After building the executables, you can run(i personally don't):<br/>
```bash
@@ -227,7 +227,7 @@ make install
#### Windows
-First off, there is no official windows support and there are no plans to do so and the reason is simple. Right now I don't have the resources to do so.<br/>
+There is no official windows support and there are no plans to do so. Right now I don't have the resources to do so.<br/>
Let me know if you decide to try this and/or have any problems with it.<br/>
### Running