Created
February 22, 2013 15:49
-
-
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
This file contains hidden or 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
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