1. Requirements

    - libXpm
    - C++ compiler (tested: g++ 2.6.3, g++ 2.7.2, egcs, IRIX CC)
    - sgml2html to rebuild HTML documentation

  Optional:

    - IMLIB
    - GNOME

2. Compiling

    - Run ./config --help to see available options.
    - Run ./config
    - If needed: customize sysdep.inc for your platform.
    - If needed: customize install.inc with correct installation directories.

    Please send me any changes that you need to make.
  
    There are two ways to build: 
    - Type 'make' in ./src/ to build a version that runs in-place (uses ../lib)
      This version should not be installed, because it will not find 
      the system configuration files.
    - Type 'make' in ./ to build an installable version

3. Installing

    - Default installation path is /usr/local, if you change it in the
      Makefile, you have to rebuild (cd src ; make clean ; cd .. ; make)
    - Type 'make install' in ./

