INSTALLATION INSTRUCTIONS:

  Requirements:
    - Qt 1.31 or higher
      See README.QT for more information about Qt
    - Troll Tech's tmake.
      Download site: ftp://ftp.troll.no/freebies/tmake
    - Perl (to modify the links in the html documentation)
    - GNU install (to install the library and include files) 

  To build the library and the examples do the following from the root of
  the distribution:

  1) Edit the file Make-config so it matches your configuration.

  2) If you do not have perl installed in /usr/local/bin (check with 
     `which perl') you should edit the perl-script html/installdox.

  3) To build to the library and the examples make sure you have installed
     Qt and tmake correctly and enter:
    
       make 

  4) To install the library and the example files enter:

       make install
  
  5) If you get an error like:

       can't load library 'libqdbttabular.so'

     you should add the directory where the QdbtTabular library is located 
     to your LD_LIBRARY_PATH

  Please let me know if you succeed in building the library and examples
  on another platform than Linux (especially Windows) and send me the
  changes you had to make to the Makefiles and/or sources (if any).

  That's it, have fun!

-Dimitri van Heesch  (04 March 1998)
