Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Created April 29, 2010 19:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbuehlmann/384088 to your computer and use it in GitHub Desktop.
Save tbuehlmann/384088 to your computer and use it in GitHub Desktop.
Installing Ruby 1.9.1-p378 on Ubuntu 10.04
sudo apt-get install build-essential zlib1g zlib1g-dev zlibc libruby1.9 libxml2 libxml2-dev libxslt-dev
sudo apt-get build-dep ruby1.9
wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p376.tar.gz
untar it, open ext/Setup and uncomment zlib
./configure
make
sudo make install
sudo gem update --system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment