Skip to content

Instantly share code, notes, and snippets.

@eddorre
Last active October 7, 2015 20:38
Show Gist options
  • Save eddorre/3222031 to your computer and use it in GitHub Desktop.
Save eddorre/3222031 to your computer and use it in GitHub Desktop.
Installing Ruby 1.9.2 with Readline and Iconv
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