Skip to content

Instantly share code, notes, and snippets.

@tiagoamaro
Forked from ngauthier/README.md
Created June 29, 2013 23:04
Show Gist options
  • Save tiagoamaro/5893054 to your computer and use it in GitHub Desktop.
Save tiagoamaro/5893054 to your computer and use it in GitHub Desktop.
sudo apt-get build-dep ruby1.9.1
wget -c http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz
tar xzf ruby-2.0.0-p247.tar.gz
cd ruby-2.0.0-p247
./configure
make
sudo checkinstall -y --pkgversion 2.0.0-p247 --provides "ruby-interpreter"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment