File: README

package info (click to toggle)
libgtrans-mysql-3-23 0.2.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 612 kB
  • ctags: 74
  • sloc: sh: 8,703; ansic: 908; makefile: 55
file content (63 lines) | stat: -rw-r--r-- 1,565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
libgtrans_mysql_3_23
--------------------

This library works as a plugin for GNOME Transcript
and provides it with MySQL 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_mysql_3_23

$ tar -xzvf libgtrans_mysql_3_23-0.2.0.tar.gz
$ cd libgtrans_mysql_3_23-0.2.0
$ 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.