aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-01-20 21:11:50 +0000
committerbloodstalker <thabogre@gmail.com>2018-01-20 21:11:50 +0000
commit825fec9d1a95f410cab43fb9238faa1e078afbae (patch)
tree6c079909fd1e69888b67a47d6a1b934dc0a0cc9d /README.md
parentupdate (diff)
downloadmutator-825fec9d1a95f410cab43fb9238faa1e078afbae.tar.gz
mutator-825fec9d1a95f410cab43fb9238faa1e078afbae.zip
WIP.using libffi for calling xobjects now.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index d937ef1..23db6f7 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@
- [Announcements](#announcements)
- [Buillding and Running](#building-and-running)
- [Building](#building)
+ - [Requirements](#requirements)
- [Linux and Mac](#linux-and-mac)
- [Windows](#windows)
- [Running](#running)
@@ -138,6 +139,12 @@ All the as-of-yet implemented features of the project are very much buildable an
### Building
+#### Requirements
+* `LLVM/Clang` 5.0 or higher<br/>
+* `libffi`<br/>
+* `libpython` 3.5 or higher<br/>
+The other requirements are either directly included or have to be included through `git submodule update`.<br/>
+
#### Linux and Mac
First clone the repo and then initialize and update the submodule in it:<br/>