File: INSTALL

package info (click to toggle)
gmysqlcc 0.3.0-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,308 kB
  • ctags: 755
  • sloc: sh: 8,728; ansic: 5,796; makefile: 140
file content (33 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (4)
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
Installation of gmysqlcc from source

 * Download from site

To download gmysqlcc from site, go to download section.
http://gmysqlcc.thepozer.org/cgi-bin/trac.cgi/wiki/EnDownloadArea

 * Download from Subversion

To download gmysqlcc via Subversion, type these commands in a terminal :

$ svn co http://gmysqlcc.thepozer.org/svn/trunk gmysqlcc

 * Compile and Install 

If you have got source from CVS, you need to do some steps before in gmysqlcc directory :

$ aclocale
$ automake -a -c
$ autoconf

These steps generate the configure script.

If you have downloaded the source package, start here.

Now it's generics configure's steps :

$ ./configure
$ make

To install gmysqlcc, you need to be root. Just type : 
$ make install