Skip to content

Instantly share code, notes, and snippets.

@dru
Created November 13, 2009 22:06
Show Gist options
  • Select an option

  • Save dru/234218 to your computer and use it in GitHub Desktop.

Select an option

Save dru/234218 to your computer and use it in GitHub Desktop.
# 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