Skip to content

Instantly share code, notes, and snippets.

@rmm5t
Created May 24, 2011 21:33
Show Gist options
  • Save rmm5t/989751 to your computer and use it in GitHub Desktop.
Save rmm5t/989751 to your computer and use it in GitHub Desktop.
wget ftp://ftp.ruby-lang.org//pub/ruby/1.9/ruby-1.9.2-p180.tar.gz
tar xzf ruby-1.9.2-p180.tar.gz
cd ruby-1.9.2-p180
./configure
make
make install
make install-doc
gem update --system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment