OpenRPT Installation Instructions

     ----------------------------------------------------------------------

   Before compiling OpenRPT you will need to have the appropriate Qt
   libraries installed on your system. In addition, OpenRPT currently
   supports the PostgreSQL database using Qt's PostgreSQL driver. At this
   time, if you wish to use a different driver you will have to compile the
   appropriate Qt drivers and make any changes necessary to OpenRPT to
   support driver specific code.

   To compile OpenRPT you can run the following:

 qmake
 make

   This will compile all the various libraries, components, and tools.

   At the time of this writing the following platforms have been tested:

   Tested Platforms

     o Red Hat Enterprise Linux 3 Work Station

     o Red Hat 9

     o Windows XP (using MSVC6)

     o Mac OS x.3

   In each of the above cases Qt 3.3.4 and PostgreSQL 7.4.5 were used.

   If you have successfully compiled and used OpenRPT on other
   configurations, and would like to tell us, we would be pleased to hear
   from you.
