Installation Instructions
*************************

Requirements:
=============

3D-Rescue needs an Unix or GNU/Linux system with at least GCC verson
3.0 and an recent version of the OpenSceneGraph (OSG) library
[http://www.openscenegraph.org].

Installation:
=============

To compile the program, is is usually sufficient to run the following
commands on a shell:

./configure
make

This should create the binary file 3Drescue.


Troubleshooting:
================

Problem: ./configure fails with one of the following errors:
         Can't find OSG headers.
         Can't find OSG library

Solution:
        Either you don't have the OpenSceneGraph library installed, or
        gcc can't find the library files.

        If you installed OSG, call ./configure with the
        --with-osg=<dir> parameter and specify the location of the
        OSG-files. (Usually this is /usr/ or /usr/local/)
