d9662d43761571061c07acdb04291a2fa0eb91b2
[debian/gnuradio] / gr-qtgui / README
1 This requires qt 3 or later.  See http://www.trolltech.com
2
3 To support the widgets needed for this code you need Qwt, available
4 from http://sourceforge.net/projects/qwt
5
6 For Linux, this may be obtained from:
7
8   http://n4hy.org/Qwt/qwt.spec
9   http://n4hy.org/Qwt/qwt.pc
10   http://n4hy.org/Qwt/qwt-5.0.0.tar.bz2
11   http://n4hy.org/Qwt/qwt-5.0.0-1.src.rpm
12
13 On NetBSD or other pkgsrc systems, pkgsrc/x11/qwt exists and seems to
14 be a much older version linked against qt2.
15
16
17 QTDIR is an environment variable that must be set for
18 gr-qtgui to make.
19
20 On Ubuntu with a standard apt-get or synaptic install,
21 this is done by:
22
23 export QTDIR=/usr/share/qt3
24
25 on Fedora Core 6 for example it is automatically set to 
26
27 /usr/lib/qt-3.3
28
29 by Qt install
30
31 Qwt probably needs to be built and installed for now using
32
33 rpmbuild --rebuild qwt-5.0.0-1.src.rpm
34
35 which must be run as root (as in sudo) so that files are
36 installed in the proper place for the gnuradio build
37 (such as qwt.pc).  
38