Created
August 2, 2012 06:29
-
-
Save andreimaxim/3234500 to your computer and use it in GitHub Desktop.
REE 1.8.7 on Mountain Lion
This file contains 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
# Thanks Olly Smith! http://coderwall.com/p/fywjrw | |
brew tap homebrew/dupes | |
brew install apple-gcc42 | |
# Requires XQuartz from http://xquartz.macosforge.org/landing/ | |
CPPFLAGS=-I/opt/X11/include CC=/usr/local/bin/gcc-4.2 rbenv install ree-1.8.7-2012.02 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment