$Id: INSTALL,v 1.1.1.1 2000/04/09 12:17:58 mbn Exp $

This is the linux/unix INSTALL document, have a look at README.win32 for the
win32 installation & readme information.


Remember to read the FAQ if you run into any problems!

CVS tips:
---------

If checked out from cvs, run autogen.sh to produce the configure script:

  autogen.sh


Compilation tips:
-----------------

  ./configure
  make
  make install

You can force enabling of implementations, or disable some - eg.:

  ./configure --disable-ptc --enable-opengl

To get a list of possible options, run "./configure --help"


HTML and man page documentation can be generated and installed:

  make docs
  make docs_install
