Skip to content

Instantly share code, notes, and snippets.

@qoobaa
Created April 30, 2009 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qoobaa/104348 to your computer and use it in GitHub Desktop.
Save qoobaa/104348 to your computer and use it in GitHub Desktop.
sudo apt-get install build-essential libssl-dev zlib1g-dev libreadline5-dev
wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.gz
tar xzf ruby-1.9.1-p0.tar.gz
cd ruby-1.9.1-p0
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment