Skip to content

Instantly share code, notes, and snippets.

@larryaasen
Created March 12, 2013 17:31
Show Gist options
  • Save larryaasen/5145033 to your computer and use it in GitHub Desktop.
Save larryaasen/5145033 to your computer and use it in GitHub Desktop.
On Mac OS X Mountain Lion (10.8) with Xcode 4.6 use this line to compile Ruby 1.9.3. This worked for me using rvm 1.18.18, ruby-1.9.3-p392, and Mac OS X 10.8.2.
# On Mac OS X Mountain Lion with Xcode 4.6 use this line to compile Ruby 1.9.3:
$ rvm install 1.9.3 --with-gcc=gcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment