RTK::Reports ToolKit
version 0.1-beta
2005-02-22
The Reports ToolKit and documentation are copyright 2004-2005 Santiago Capel Torres
Email: santiagocapel@yahoo.es
WWW: http://reports.sourceforge.net/
What is RTK?
The RTK is an open source C++ Tool Kit to build reports from different input sources and to different output destinations.
Distribution
RTK is licensed under the GNU General Public License (GPL), version 2.
Getting RTK
The latest version is available from:
http://www.sourceforge.net/projects/reports
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
Compiling RTK
Once in the source directory, run this command to create the Makefiles (this is necesary onle the first time)
qmake
and then, to build the project
make
To test a report,
rtkview/src/src samples/system/passwd.rtk
To install RTK, as root,
make install
Viewing reports
The rtkview utility can print or show reports on X Windows.
To show the list of options, type
rtkview --help
Directory structure
reports
|
|--- doc Documentation
|
|--- rtklib The RTK library.
|
|--- rtkview The RTK Viewer
|
|--- share
|
|--- dtd The DTD of the RTK templates
|
|--- openoffice Templates for OpenOffice Documents
| |
| |--- calc Templates for OO Calc Documents
|
|--- styles Basic styles for RTK Reports
Bugs
If you find a bug in RTK, please send me an email to santiagocapel@yahoo.es
