Guikachu 0.1
============

Guikachu is a GNOME application for graphical editing of resource
files for PalmOS-based pocket computers (get it?). It is written by
Gerg rdi <cactus@cactus.rulez.org>. Check out
http://cactus.rulez.org/projects/guikachu/ for up-to-date informations.

Requirements
------------
Guikachu uses GTK-- and GNOME-- for its user interface. File I/O is
implemented with the libxml package. Dialog windows are loaded via
libglade. You will need the versions of these packages available in
the GNOME 1.4 bundle.
To actually create the PalmOS resource files, you will also need PilRC
(part of the GNU PalmOS SDK) to compile the .rpc files produced by
Guikachu.

Installation
------------
Untar the Guikachu source tarball somewhere, and start 'make':

 $ tar xzvf guikachu-0.1.tar.gz
 $ cd guikachu-0.1
 $ ./configure
 
See the INSTALL file for general help on the `configure' script.
If everything is just fine, you can install and try it

 # make install
 $ guikachu

Changes in this version
-----------------------
This is the initial release of Guikachu. See the NEWS file for
information about which features are implemented and which are
missing.
