Created
September 29, 2009 17:27
-
-
Save damm/197061 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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