From d3ec9b01bc00638fef1c3fb0584c6cd2d4ee7c77 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Fri, 4 Oct 2013 17:45:47 +0200 Subject: [PATCH] add section about compilers --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 4e095131..9af3ced3 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,21 @@ them, you can download them all from [here](#TODO) and install them like so: $ [sudo] cp -R /path/to/SDKs-Archive/iPhoneOS6.1.sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs +### Compilers + +You need to have Xcode 5 installed as `/Applications/Xcode.app`. + +You also need to have Xcode 4 installed as `/Applications/Xcode4.app`. Xcode 4 is only required to build the REPL module. + +You also need to have installed the latest version of the command-line tools. `/usr/bin/clang -v` should report the following: + +``` +Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) +Target: x86_64-apple-darwin12.4.1 +Thread model: posix +``` + + ### Clone RubyMotion source ```