REQUIREMENTS
============

This version of ignuit was developed using Debian Etch. To compile it, you'll
need the development files for:

  libgnomeui-2.0 >= 2.8.0
  libglade-2.0 >= 2.6.0
  libxslt >= 1.1.19
  gconf-2.0 >= 2.16.0

You'll also need intltool.


INSTALLATION
============

On a GNU/Linux box, compilation and installation goes something like this:

  $ cd ignuit-x.y.z
  $ ./configure --prefix=/usr/local
  $ make
  $ su -c 'make install-strip'
  $ make clean

If the installation step results in warnings about schemas, try adding the
following arguments to ./configure:

  --disable-schemas-install
  --disable-scrollkeeper


To uninstall it (but why would you?!):

  $ cd ignuit-x.y.z
  $ su -c 'make uninstall'


See the file named INSTALL for more information.


USING IT
========

The user guide should open when you hit the "Help" button on the toolbar. If
that doesn't answer your question, please email me (address below).


WHAT ELSE?
==========

See the TODO file. There are lots of ideas, lots of things I don't know how to
do, lots of things I mightn't be able to do without help. If there's anything
you're interested in, get in touch!

Please send bugs, fixes and suggestions to Tim <trmusson@ihug.co.nz>

Have fun! :^)


