Skip to content

Instantly share code, notes, and snippets.

@mscottford
Created February 22, 2013 15:49
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 mscottford/5014352 to your computer and use it in GitHub Desktop.
Save mscottford/5014352 to your computer and use it in GitHub Desktop.
shell command used to install 1.9.3-p385 via rbenv (ruby-build) with readline and openssl from homebrew and optimization flags
env CFLAGS='-g -O2' CONFIGURE_OPTS="--with-readline-dir=`brew --prefix readline` --with-openssl-dir=`brew --prefix openssl`" rbenv install 1.9.3-p385
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment