Skip to content

Instantly share code, notes, and snippets.

@radamant
Created November 17, 2011 02:30
Show Gist options
  • Save radamant/1372195 to your computer and use it in GitHub Desktop.
Save radamant/1372195 to your computer and use it in GitHub Desktop.
Install REE 1.8.7 with XCode 4.2
# 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