diff options
author | n4hy | 2007-02-27 13:33:36 +0000 |
---|---|---|
committer | n4hy | 2007-02-27 13:33:36 +0000 |
commit | eff66341dc89dddde4341ead1ddcbbd9cb137c1a (patch) | |
tree | 5de5c7d7f45de1c1bc22dc7638bbb010916ce352 | |
parent | 0394b4fb7cb3d260d0ca356f244e0a5e43077dca (diff) | |
download | gnuradio-eff66341dc89dddde4341ead1ddcbbd9cb137c1a.tar.gz gnuradio-eff66341dc89dddde4341ead1ddcbbd9cb137c1a.tar.bz2 gnuradio-eff66341dc89dddde4341ead1ddcbbd9cb137c1a.zip |
README patched with GT's suggested text
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4657 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | gr-qtgui/README | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/gr-qtgui/README b/gr-qtgui/README index c8ac73525..d9662d437 100644 --- a/gr-qtgui/README +++ b/gr-qtgui/README @@ -1,11 +1,18 @@ This requires qt 3 or later. See http://www.trolltech.com -To support the widgets needed for this code you need Qwt: +To support the widgets needed for this code you need Qwt, available +from http://sourceforge.net/projects/qwt + +For Linux, this may be obtained from: + + http://n4hy.org/Qwt/qwt.spec + http://n4hy.org/Qwt/qwt.pc + http://n4hy.org/Qwt/qwt-5.0.0.tar.bz2 + http://n4hy.org/Qwt/qwt-5.0.0-1.src.rpm + +On NetBSD or other pkgsrc systems, pkgsrc/x11/qwt exists and seems to +be a much older version linked against qt2. -http://n4hy.org/Qwt/qwt.spec -http://n4hy.org/Qwt/qwt.pc -http://n4hy.org/Qwt/qwt-5.0.0.tar.bz2 -http://n4hy.org/Qwt/qwt-5.0.0-1.src.rpm QTDIR is an environment variable that must be set for gr-qtgui to make. |