Comment 5 for bug 307462

Revision history for this message
Brian Takita (brian-takita) wrote :

Sorry, to get the compiled version of Ruby, use the following instruction instead:

wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p72.tar.gz
tar zxvf ruby-1.8.7-p72.tar.gz
cd ruby-1.8.7-p72
./configure
make
sudo make install