libgtrans_ifase
---------------
Read also INSTALL

This library provides GNOME Transcript with database
access via plugin system.


*** Important ***
This package works with GNOME Transcript SQL database client and
the plugin libraries 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 the plguins you desire
The available are:

### MySQL support ###
libgtrans_mysql_3_26 : http://gtranscript.sourceforge.net/
Tested only and written using MySQL-3.23.6-alpha,
which you will need, available at www.mysql.com.
Note : You will need a copy of the mysql shared libraries,
       version 3.23.6-alpha provides this copies.


### PostgreSQL support ###
libgtrans_postgresql_6_5_3 : http://gtranscript.sourceforge.net/
Tested with postgres 6.4.2 and 6.5.3 but 6.4.2 has some transaction 
issues so we recommend 6.5.3. available at www.postgresql.org.




** 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.
