Created
November 13, 2009 22:06
-
-
Save dru/234218 to your computer and use it in GitHub Desktop.
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
| # To make irb UTF-8 input work on Mac OS X Snow Leopard | |
| $ sudo port install readline | |
| $ svn co http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_72/ext/readline/ readline | |
| $ cd readline | |
| $ curl http://pastie.textmate.org/pastes/168767/download | patch readline/extconf.rb | |
| $ ruby extconf.rb | |
| $ make | |
| $ sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment