summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 1c87032fdb3fd6da1ff3c586a32bdaff4347b7f6 (plain)
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

Though this package uses GNU's Autoconf framework,
it is recommended to use the Makefile.PL wrapper
to drive the ./configure script.

perl Makefile.PL [options]
make
make test
su -c 'make install'


=====

Custom important options :

--prefix=<path to KDE3 root directory, or final install prefix>

--with-qt-dir=<path to QT3 root directory>

--without-Mesa : when detecting OpenGL support, check for a proprietary GL
                 library (e.g NVidia) and not for the MesaGL library.

--disable-GL   : do not compile OpenGL classes into the Smoke interface
                 library

--enable-smoke : force generation and compilation of the Smoke library,
                 even if it has been detected on your system

--with-threshold=<0..15> : set the lever of standardness of your TQt
                 library. Default is 10, which is reasonable.
                 If your TQt library is very customized, and you
                 experience missing symbols in libsmoketqt.so, 
                 set this to zero (paranoid level).
====

See doc/en/index.html for installation procedure, requirements and
detailed tutorial.

See also PerlTQt/tutorials and PerlTQt/examples to get started.