Skip to content

Instantly share code, notes, and snippets.

@hkarthik
Forked from rmm5t/gist:989751
Created May 24, 2011 21:44
Show Gist options
  • Save hkarthik/989807 to your computer and use it in GitHub Desktop.
Save hkarthik/989807 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