Some compile hints:

1) Required software:
- the standard build environment, gcc, make etc.
- Qt6 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) should normaly work.
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 program's source main directory (where you find this file) do:
cmake .			or just ccmake
make
make install

Have fun...
