Install RubyAEOSA from source distribution

Install Sequence

You need to use command line shell (by Terminal Application or others) for installing.

Install Ruby (optional)

Case in using a pre-installed Ruby on Mac OS X 10.2 (Jaguar)

Install Developer Tools with BSD SDK (BSDSDK.pkg). It's contained in CD of Jaguar Package.

Case in using the other Ruby

If you have installed Ruby already, go to next section.

Extract Ruby tarball

% cd {anywhere}
% tar zxf ruby-1.6.7.tar.gz
% cd ruby-1.6.7

Apply patch for Ruby 1.6.7 with Jaguar (optional)

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

Build Ruby

% ./configure         # install to /usr/local
% make ; make test
% sudo make install

Extract RubyAEOSA

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.

Build and Install RubyAEOSA

Change directory to RubyAEOSA sourcedir and type:

% cd {RubyAEOSA srcdir}
% ruby install.rb config
% ruby install.rb setup
% sudo ruby install.rb install

Done

With the above installation is completion.

was installed other than a Ruby itself with procedure to this place.

Check Sample

Development and testing environment

Have a fun

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 $