aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-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/>