INSTALLATION INSTRUCTIONS

pdfreport has been tested primarily on Linux, but should build with a little
work on other unixes, OS X and Windows.

It requires Qt version 3, with the QPSQL7 PostgreSQL driver and the XML
extensions.

To build on Linux:

  $ qmake -set platform linux
  $ qmake
  $ make

This will create a binary 'pdfreport' that is the entire reporting
engine.

There is no "make install" target. If you want to install, copy pdfreport
to /usr/local/bin and pdfreport.1 to /usr/local/man/man1.

By default no support for chartdir based graphs is included. If you
have chartdir installed support can be added by adding "chart" to the
CONFIG line in pdf.pro.

The primary documentation is pdfreport.pod, which is also made available
in html and man formats.

The subdirectory fontdata contains a utility to build afm.h from the
font metrics files provided by Adobe. There is no need to use this
as the generated afm.h file is distributed in the tarball, but it
is included for completeness.
