From 825fec9d1a95f410cab43fb9238faa1e078afbae Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 21 Jan 2018 00:41:50 +0330 Subject: WIP.using libffi for calling xobjects now. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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
+* `libffi`
+* `libpython` 3.5 or higher
+The other requirements are either directly included or have to be included through `git submodule update`.
+ #### Linux and Mac First clone the repo and then initialize and update the submodule in it:
-- cgit v1.2.3