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

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

  libgnomeui-2.0 >= 2.22.0
  libglade-2.0 >= 2.6.2
  libxslt >= 1.1.22
  gconf-2.0 >= 2.22.0
  gstreamer >= 0.10.18

If you'd like LaTeX support, you'll also need LaTeX and dvipng.


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

Please see the file named INSTALL for details.

Under GNU/Linux, compilation and installation go something like this:

  $ cd ignuit-x.y.z
  $ ./configure --prefix=/usr/local
  $ make
  $ sudo 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:

  $ cd ignuit-x.y.z
  $ sudo make uninstall


USING IT
========

The user guide should open when you hit F1 or select "Help" from the "Help"
menu. If that doesn't answer your question, please email me (address below).

To change the dots per inch for latex/dvipng, use gconf-editor or something
like the following on the command line:

  $ gconftool-2 --type=int --set /apps/ignuit/latex_dpi 150

This option will be available via ignuit's user interface in the near future.


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@gmail.com>

Have fun! :^)


-----

    Copyright (C) 2008, 2009 Timothy Richard Musson

    Copying and distribution of this file, with or without modification,
    are permitted provided the copyright notice and this notice are
    preserved.

