The latest compiled version 0.1-beta is available from Sourceforge.
Once you have downloaded rtk-0.1-beta.tar.gz, untar it
tar -zxvf rtk-0.1-beta.tar.gz
cd rtk-0.1-beta
Alternatively, to get RTK via cvs, do the following:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/reports login
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/reports co reports
cd reports
Once in the source directory, run this command to create the Makefiles (this is necesary only the first time)
qmake
and then, to build the project
make
If you want to install RTK, as root,
make install
You can install it as non root with the following command
make install INSTALL_ROOT=/path/to/your/home/dir
To test a report,
rtkview samples/system/passwd.rtk