Skip to content

Instantly share code, notes, and snippets.

@0xradical
Created October 24, 2011 16:36
Show Gist options
  • Save 0xradical/1309458 to your computer and use it in GitHub Desktop.
Save 0xradical/1309458 to your computer and use it in GitHub Desktop.
instalando ruby-1.9.2p190 com patch
brew install readline
brew install libiconv
brew link libiconv
curl https://raw.github.com/gist/1008945/4edd1e1dcc1f0db52d4816843a9d1e6b60661122/ruby-1.9.2p290.patch > /tmp/192.patch
rvm uninstall 1.9.2 && rvm cleanup all && rvm fetch 1.9.2
rvm install 1.9.2 --patch /tmp/192.patch --with-readline-dir=/usr/local/Cellar/readline/6.2.1 --with-iconv-dir=/usr/local/Cellar/libiconv/1.14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment