
Created: 2000-02-09
Revised: 2000-05-29

This directory contains some libraries required by Ruby stuffs
of the MHC -- gemcal, palm2mhc, mhc2palm and so on.

palm2mhc and mhc2palm also require `libpisock', which is a part of the
`pilot-link'. gemcal requires Gtk and ruby-gtk.

Related web pages:

 Ruby       -- http://www.ruby-lang.org/en/
 Gtk        -- http://www.gtk.org/
 ruby-gtk   -- http://www.ueda.info.waseda.ac.jp/~igarashi/ruby/gtk.html.en
 Pilot-link -- ftp://ryeham.ee.ryerson.ca/pub/PalmOS/

Install:

 1. If you want to use gemcal,you must install Gtk and ruby-gtk.
    see http://www.ueda.info.waseda.ac.jp/~igarashi/ruby/gtk.html.en and
        http://www.gtk.org/

 2. If you want to mhc2palm and palm2mhc, you must install pilot-link lib.
    (see ftp://ryeham.ee.ryerson.ca/pub/PalmOS/)
    After that, edit below lines in extconf.rb

     $LDFLAGS    = "-L/usr/local/pilot/lib"      # dir libpisock is in.
     $CFLAGS     = "-I/usr/local/pilot/include"  # dir pi-version.h is in.

 4. Compile & install.

     ruby ./extconf.rb
     make
     make install
