Skip to content

Instantly share code, notes, and snippets.

@mathie
Created February 28, 2013 09:29
Show Gist options
  • Save mathie/5055484 to your computer and use it in GitHub Desktop.
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).
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