File: INSTALL

package info (click to toggle)
unixodbc-gui-qt 2.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 4,064 kB
  • ctags: 3,458
  • sloc: cpp: 30,828; sh: 10,934; ansic: 1,311; makefile: 499
file content (54 lines) | stat: -rw-r--r-- 1,573 bytes parent folder | download | duplicates (2)
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
+-------------------------------------------------------------+
| unixODBC-GUI-Qt                                             |
+-------------------------------------------------------------+

INSTALL
---------------------------------------------------------------

Installation should be done using one of the following methods
(in order of preference);

1 - binary via operating system installer (ie RPM)
2 - source via operating system installer (ie RPM)
3 - source via 'tar-ball'
4 - source via sourceforge repository

NOTE: Building from source will require a complete development 
environment. 

Binary via RPM
--------------

RPM is a popular software package managment system for Linux. It
is used by; SuSE, RedHat and others. This install method is the
easiest and safest. Some operating systems use a similar method
to RPM. See the documentation for your operating system for 
details. 

Source via RPM
--------------

The source RPM (SRPM) can be installed. The sources can then be
built in the usual way. SRPM's on SuSE (for example) will 
usually get installed into /usr/src/packages/SOURCES and will 
simply produce a source 'tar-ball'. See "Source via 'tar-ball'"
for more.

Source via 'tar-ball'
---------------------

The source 'tar-ball' can be built in the usual way. Unpackage
the files using;

tar zxvf unixODBC-GUI-Qt-<version>.tar.gz

Now follow the instructions in README.build file.

Source via SourceForge Repository
---------------------------------

See README.svn

---------------------------------------------------------------
Peter Harvey