Skip to content

Instantly share code, notes, and snippets.

@l15n
Created April 13, 2011 07:22
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 l15n/917120 to your computer and use it in GitHub Desktop.
Save l15n/917120 to your computer and use it in GitHub Desktop.
Using iconv/readline from RVM
# In $HOME/.rvm/user/db
ruby_configure_flags=--enable-shared --with-readline-dir=$HOME/.rvm/usr --with-iconv-dir=$HOME/.rvm/usr
# Install iconv, readline via rvm
rvm package install iconv
rvm package install readline
# Install any Ruby
rvm install 1.9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment