Skip to content

Instantly share code, notes, and snippets.

@andreimaxim
Created August 2, 2012 06:29
Show Gist options
  • Save andreimaxim/3234500 to your computer and use it in GitHub Desktop.
Save andreimaxim/3234500 to your computer and use it in GitHub Desktop.
REE 1.8.7 on Mountain Lion
# 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