*** Compilation and usage ***

To compile this application you need a recent qt version (>= 4.1).
Simply use qmake to create a makefile, and compile the program with make.
The application has the name "createNetwork".

eg.:
qmake
make
./createNetwork

Call ./createNetwork without any parameters for help.


*** Copyright ***

createNetwork application
Copyright (C) 2006, Henning Westerholt,
E-Mail: 'hw at skalatan dot de'

createNetwork comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute
it under certain conditions.

This program uses additional free software:
- the STL-like templated tree class from Kasper Peeters.
- MersenneTwister class from Makoto Matsumoto and Takuji Nishimura

Please refer to the header of the source code for the copyright of
certain files.
