You need to use command line shell (by Terminal Application or others) for installing.
Install Developer Tools with BSD SDK (BSDSDK.pkg). It's contained in CD of Jaguar Package.
If you have installed Ruby already, go to next section.
% cd {anywhere}
% tar zxf ruby-1.6.7.tar.gz
% cd ruby-1.6.7
If you want to install Ruby 1.6.7 in Jaguar yourself, apply patch which is contained in RubyCocoa source distribution. You have not to apply the patch in OS 10.1.x.
% patch -p1 < {RubyCocoa sources}/misc/ruby-1.6.7-osx10.2.patch
% ./configure # install to /usr/local % make ; make test % sudo make install
extract RubyAEOSA sources tarball.
% cd {anywhere}
% tar zxf rubyaeosa-0.x.x.tgz
Caution! Using StuffIt, building binaries will be failed because of file name length problem.
Change directory to RubyAEOSA sourcedir and type:
% cd {RubyAEOSA srcdir}
% ruby install.rb config
% ruby install.rb setup
% sudo ruby install.rb install
With the above installation is completion.
was installed other than a Ruby itself with procedure to this place.
Feel free to send comments, bug reports and patches.
FUJIMOTO Hisakuni <hisa at fobj.com> $Date: 2004/06/28 01:43:52 $ $Revision: 1.9 $