Skip to content

Instantly share code, notes, and snippets.

@troyk
Created June 29, 2011 12:12
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 troyk/1053717 to your computer and use it in GitHub Desktop.
Save troyk/1053717 to your computer and use it in GitHub Desktop.
Installing Ruby 1.9.2 on ubuntu
apt-get install gcc g++ build-essential libssl-dev libreadline5-dev zlib1g-dev linux-headers-generic libsqlite3-dev
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p180.tar.gz
./configure && make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment