Skip to content

Instantly share code, notes, and snippets.

@maxschulze
Created October 2, 2010 22:54
Show Gist options
  • Save maxschulze/608071 to your computer and use it in GitHub Desktop.
Save maxschulze/608071 to your computer and use it in GitHub Desktop.
rvm package install zlib
rvm package install iconv
rvm package install readline
rvm install 1.9.2-head -C --with-readline-dir=$HOME/.rvm/usr --with-iconv-dir=$HOME/.rvm/usr --with-zlib-dir=$HOME/.rvm/usr --with-openssl-dir=/usr/local
gem install linecache19 -- --with-ruby-include=/Users/USERNAME/.rvm/src/ruby-1.9.2-VERSION/
gem install ruby_core_source -- --with-ruby-include=/Users/USERNAME/.rvm/src/ruby-1.9.2-VERSION/
gem install ruby-debug-base19 -- --with-ruby-include=/Users/USERNAME/.rvm/src/ruby-1.9.2-VERSION/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment