README for DLC v0.1

This library is released under the terms and conditions of the
GNU Library General Public License. See the file "COPYING" for details.

Copyright (C) 1999 Martin Reinecke

CONFIGURATION
=============
Before compiling, you should have a look into the files in the
config/ directory and adjust them for your system/compiler.

NOTE: To successfully compile DLC, you need a relatively standard-compliant
C++-compiler and a copy of the STL. For testing, egcs-1.1.1 was used.
You will also need fairly recent binutils (I use 2.9.1).

COMPILATION
===========
First you have to set the environment variable DLCROOT to the
root directory of DLC (i.e. the directory containing this README file).
You can do this by typing
  export DLCROOT=<your directory>    when using bash and by
  setenv DLCROOT <your directory>    when using tcsh.
After that, cd to this directory and type 'make'. This will build a
library containing all classes and utilities of DLC.

A simple test program is located in the directory test/. Typing 'make'
in this directory will create an executables. Run it and follow the
instructions to test the DLC library

The documentation can be created with "make doc"; this requires Doxygen,
however.

FURTHER INFORMATION
===================
If you have questions, comments etc. or if you have ported DLC to another
platform, please send me an e-mail.

Have fun,
  Martin Reinecke (martin@mpa-garching.mpg.de)
