Skip to content

Instantly share code, notes, and snippets.

@kascote
Created May 19, 2013 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kascote/5609343 to your computer and use it in GitHub Desktop.
Save kascote/5609343 to your computer and use it in GitHub Desktop.
osx ruby 2.0 install
brew install readline openssl
export CFLAGS=-Wno-error=shorten-64-to-32
env RUBY_CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl` CONFIGURE_OPTS=--with-readline-dir=`brew --prefix readline` rbenv install 2.0.0-p195
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment