Skip to content

Instantly share code, notes, and snippets.

@damm
Created September 29, 2009 17:27
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 damm/197061 to your computer and use it in GitHub Desktop.
Save damm/197061 to your computer and use it in GitHub Desktop.
cd /usr/src;wget "ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p174.tar.bz2"&& tar jxfv ruby-1.8.7-p174.tar.bz2
cd ruby-1.8.7-p174
./configure --prefix=/usr --enable-shared --enable-pthread
make
make install
cd /root
cd /tmp
wget http://rubyforge.org/frs/download.php/57643/rubygems-1.3.4.tgz
tar zxf rubygems-1.3.4.tgz
cd rubygems-1.3.4
sudo ruby setup.rb --no-ri --no-rdoc
sleep 2
cd /root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment