INSTALLING PANZERS

REQUIREMENTS

    Panzers requires:
   
        * Mesa (http://www.mesa3d.org/)
        * OpenSceneGraph >= 0.9.2 (http://openscenegraph.org/)
        * SDL (http://libsdl.org/)

    In order to update the documentation (should you wish to do so) you need:

        * Doxygen


COMPILING

    Compiling Panzers should be pretty simple. Optionally you should run the
    script for generating all Makefile.in files. This script is not even
    distributed right now, but may be in the future.

        % ./autogen.sh

    You should then always configure Panzers with the needed paths etc. 

        % ./configure [options]

    For the available options do:

        % ./configure --help

    Currently the only custom option is --with-osg=<path>, which indicates
    where OpenSceneGraph is installed if it isn't in /usr (the default). 

    After configuring you're ready to compile:

        % make all

    Finally install (this may require root privilegies, depending on where you
    want to install):

        % make install
    



GENERATING DOCUMENTATION

    Generating the docs is done using Doxygen, and should just be a matter 
    of doing in the root directory of Panzers:

        % doxygen doc/doxygen/doxygen.conf 

    The documentation is generated into the directory doc/doxygen/html/ and
    the index file is doc/doxygen/html/index.html.


$Id:$
