Created
February 28, 2013 09:29
-
-
Save mathie/5055484 to your computer and use it in GitHub Desktop.
Install ruby-1.9.3-p385 with performance patches on Mac OS X (homebrew, rbenv).
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
brew install autoconf readline apple-gcc42 | |
curl https://raw.github.com/gist/4772546/2-1.9.3-p385-patched.sh > ~/.rbenv/plugins/ruby-build/share/ruby-build/1.9.3-p385-perf | |
env CONFIGURE_OPTS=--with-readline-dir=`brew --prefix readline` CC=/usr/local/bin/gcc-4.2 rbenv install 1.9.3-p385-perf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment