File: README.Debian

package info (click to toggle)
qwtplot3d 0.2.7%2Bsvn191-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,204 kB
  • ctags: 1,791
  • sloc: cpp: 8,911; ansic: 5,078; sh: 175; python: 95; makefile: 53
file content (29 lines) | stat: -rw-r--r-- 1,189 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
qwtplot3d for Debian
------------------

A postfix has been added to the library names according to the version of Qt:
* libqwtplot3d-qt3.so* is QwtPlot3D 0.2.6 compiled against Qt3
* libqwtplot3d-qt4.so* is QwtPlot3D 0.2.6 compiled against Qt4

In that way, all these qwt libraries can coexist but you can only have a single 
development package for each Qt version or in other words. You need to choose 
between libqwt-qt3-dev (Qwt5) and libqwt-dev (Qwt4).

The include files are placed in the following directories:
* /usr/include/qwtplot3d-qt3.so* for QwtPlot3D 0.2.6 (Qt3 version)
* /usr/include/qwtplot3d-qt3.so* for QwtPlot3D 0.2.6 (Qt4 version)

If you have a precompiled binary file, linked against libqwt then you may need to add 
a symbolic link to the corresponding library.

To compile the examples you need to copy them to a local directory and do the
following steps:
$cp -r /usr/share/doc/libqwtplot3d-doc/examples .
$cd examples
$qmake-qt(3 or 4) examples.pro
$make

The sources for gl2ps are in the source tree but it is not compiled. Please refer to
http://www.geuz.org/gl2ps for reference.

 -- Gudjon I. Gudjonsson <gudjon@gudjon.org>  Mon, 18 Dec 2006 22:21:51 +0100