Some compile hints:

1) Required software:
- the standard build environment, gcc, make etc.
  get it with build-essential when using debian
- Qt4 runtime and development packages
- cmake (this is the build tool)

2) Preparing:
Set the install prefix at the end of the CMakeLists.txt file in this directory.
The default (/usr) works for debian.
Check the pathes (they are excl. the install prefix) for the docs and the man
page below and adjust if necessary.

3) Compiling and Installation:
In the programs source main directory (where you find this file) do:
cmake .				or just ccmake
make
make install

(checkinstall (instead of make install) will most likely not work with cmake )

Have fun...
