diff options
author | bloodstalker <thabogre@gmail.com> | 2018-01-20 21:11:50 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-01-20 21:11:50 +0000 |
commit | 825fec9d1a95f410cab43fb9238faa1e078afbae (patch) | |
tree | 6c079909fd1e69888b67a47d6a1b934dc0a0cc9d /README.md | |
parent | update (diff) | |
download | mutator-825fec9d1a95f410cab43fb9238faa1e078afbae.tar.gz mutator-825fec9d1a95f410cab43fb9238faa1e078afbae.zip |
WIP.using libffi for calling xobjects now.
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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/> |