File: README.Debian

package info (click to toggle)
qwtplot3d 0.2.7%2Bsvn191%2Bgcc7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,360 kB
  • sloc: cpp: 8,913; ansic: 5,078; python: 95; makefile: 28; sh: 1
file content (27 lines) | stat: -rw-r--r-- 1,037 bytes parent folder | download
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
qwtplot3d for Debian
------------------

A postfix has been added to the library names according to the version of Qt:
* libqwtplot3d-qt5.so* is QwtPlot3D 0.2.6 compiled against Qt5
libqwtplot3d-qt4 and libqwtplot3d-qt5 were earlier coinstalled. Now qt4 has been
removed but the namechange will stay.

In that way, all these qwtplot3d libraries can coexist but you can only have a single 
development package for each Qt version. 

The include files are placed in the following directory:
* /usr/include/qwtplot3d

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-qt5 examples.pro

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