

Sorry, the Install description is only in german at the moment.
It is necessary to set the install path, otherwise it will be installed into /usr/local, which is wrong.
Please run this commands to compile and install:
cmake -D CMAKE_INSTALL_PREFIX=/usr .
make
as root:
make install
regards
Herbert - Nov 14 2010
It is necessary to set the install path, otherwise it will be installed into /usr/local, which is wrong.
Please run this commands to compile and install:
cmake -D CMAKE_INSTALL_PREFIX=/usr .
make
as root:
make install
regards
Herbert - Nov 14 2010