Last active
October 7, 2015 20:38
-
-
Save eddorre/3222031 to your computer and use it in GitHub Desktop.
Installing Ruby 1.9.2 with Readline and Iconv
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
CONFIGURE_OPTS="--enable-shared --with-iconv-dir=/usr/local/Cellar/libiconv/1.14 --with-readline-dir=/usr/local/Cellar/readline/6.2.4/" rbenv install 1.9.2-p320 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment