File: building

package info (click to toggle)
sqlitebrowser 1.3-2.3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,632 kB
  • ctags: 2,178
  • sloc: ansic: 2,645; cpp: 73; makefile: 58
file content (38 lines) | stat: -rwxr-xr-x 1,269 bytes parent folder | download | duplicates (3)
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
BUILD INSTRUCTIONS AND REQUIREMENTS

SQLite Database Browser requires Trolltech's QT. It has been tested 
with versions 3.12 and 3.2 of QT. QT can be included as
a static or shared library, depending on the current QT configuration
in the building machine. For more information on QT please consult
http://www.trolltech.com. The GPL version of QT is available in almost 
all Linux distributions as a default package.

SQLite is not used as a shared library: it is built from source code
included in this package (sqlite_source directory), and linked as a 
static library into the executable. 

SQLite is ideal for embedding, so the only requirement
for building this code is the presence of QT. QT can be included as
a static or shared library, depending on the current QT configuration
in the building machine.

Provided you have QT installed and configured, simply run

qmake 

followed by

make

in the main directory. This will generate the

sqlitebrowser (or sqlitebrowser .exe, or sqlitebrowser .app)

application in the browser subdirectory.

The same process works for building the code
in any platform supported by QT (including other Unix systems with
X11.) 

Please check the LICENSING file for additional information.