Skip to content

Instantly share code, notes, and snippets.

@hex
Created April 24, 2010 14:04
Show Gist options
  • Select an option

  • Save hex/377677 to your computer and use it in GitHub Desktop.

Select an option

Save hex/377677 to your computer and use it in GitHub Desktop.
sudo apt-get install -y build-essential libssl-dev libreadline5 libreadline5-dev zlib1g zlib1g-dev make
mkdir ~/rubysrc
cd ~/rubysrc
wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-preview1.tar.gz
tar xvfz ruby-1.9.2-preview1.tar.gz
cd ruby-1.9.2-preview1
./configure
sudo make
sudo make install
cd ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment