Beginnings of a qt based gui system added under gr-qtgui
[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:
4
5 http://n4hy.org/Qwt/qwt.spec
6 http://n4hy.org/Qwt/qwt.pc
7 http://n4hy.org/Qwt/qwt-5.0.0.tar.bz2
8 http://n4hy.org/Qwt/qwt-5.0.0-1.src.rpm
9
10 QTDIR is an environment variable that must be set for
11 gr-qtgui to make.
12
13 On Ubuntu with a standard apt-get or synaptic install,
14 this is done by:
15
16 export QTDIR=/usr/share/qt3
17
18 on Fedora Core 6 for example it is automatically set to 
19
20 /usr/lib/qt-3.3
21
22 by Qt install
23
24 Qwt probably needs to be built and installed for now using
25
26 rpmbuild --rebuild qwt-5.0.0-1.src.rpm
27
28 which must be run as root (as in sudo) so that files are
29 installed in the proper place for the gnuradio build
30 (such as qwt.pc).  
31