Created
November 17, 2011 02:30
-
-
Save radamant/1372195 to your computer and use it in GitHub Desktop.
Install REE 1.8.7 with XCode 4.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# using_gcc for 64btt compiling on lion (solves compatability issues) | |
function using_gcc() { | |
env CC="/usr/bin/gcc-4.2" ARCHFLAGS="-arch x86_32" ARCHS="x86_32" $* | |
} | |
#then | |
using_gcc rvm install ree |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment