libgtrans_postgresql_6_5_3
--------------------------

Read also INSTALL

This library works as a plugin for GNOME Transcript
and provides it with PostgreSQL access.


*** Important ***
This package works with GNOME Transcript SQL database client and
the libgtrans_ifase library all found at http://gtranscript.sourceforge.net/
so the installation of all packages must be compatible

Here is the recomended
pick a prefix you like, the prefix will be the base dir of you installation
the default is /usr/local/ but many people prefer /usr.
But make sure you use the same prefix for all if you dont know
what you are doing use the default it works fine.

1.- install libgtrans_ifase

$ tar -xzvf libgtrans_ifase-0.2.0.tar.gz
$ cd libgtrans_ifase-0.2.0
$ configure [--prefix=DIR (optional)]
$ make
** as root **
$ make install


2.- install GNOME-Transcript

tar -xzvf gtranscript-0.2.0.tar.gz
$ cd gtranscript-0.2.0
$ configure [--prefix=DIR (optional)]
$ make
** as root **
$ make install


3.- install libgtrans_postgresql_6_5_3

$ tar -xzvf libgtrans_postgresql_6_5_3-0.2.0.tar.gz
$ cd libgtrans_postgresql_6_5_3-0.1.3
$ configure [--prefix=DIR (optional)]
$ make
** as root **
$ make install


** Important (IMPORTANTE!!!!!) **
If you want to place the plugins or libs in a strange place
be sure to read the README from the GNOME Transcript package
(gtranscript-0.2.0.tar.gz) to make sure the installation
is syncronized.


Contacting the Authors
----------------------

Please contact the author if you need to report a bug or
want to help with development or if you have any kind
of feedback (see AUTHORS)

Thanks.
