commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r4710 - in gnuradio/branches/developers/n4hy/ofdm: con


From: n4hy
Subject: [Commit-gnuradio] r4710 - in gnuradio/branches/developers/n4hy/ofdm: config gr-qtgui
Date: Sat, 3 Mar 2007 21:12:06 -0700 (MST)

Author: n4hy
Date: 2007-03-03 21:12:05 -0700 (Sat, 03 Mar 2007)
New Revision: 4710

Modified:
   gnuradio/branches/developers/n4hy/ofdm/config/grc_gr_qtgui.m4
   gnuradio/branches/developers/n4hy/ofdm/gr-qtgui/README
Log:
The correct grc_qt_qtgui.m4 and modified instructions in the README file

Modified: gnuradio/branches/developers/n4hy/ofdm/config/grc_gr_qtgui.m4
===================================================================
--- gnuradio/branches/developers/n4hy/ofdm/config/grc_gr_qtgui.m4       
2007-03-04 04:10:11 UTC (rev 4709)
+++ gnuradio/branches/developers/n4hy/ofdm/config/grc_gr_qtgui.m4       
2007-03-04 04:12:05 UTC (rev 4710)
@@ -36,8 +36,8 @@
        [passed=no;AC_MSG_RESULT([gr-qtgui requires qt, not found. Checking for 
qt-mt])])
     fi
 
-    AC_HAVE_LIBRARY(qwt, [],
-       [passed=no;AC_MSG_RESULT([gr-qtgui requires qwt, not found.])])
+    PKG_CHECK_MODULES(qwt, qwt >= 5.0,[],
+    [passed=no;AC_MSG_RESULT([gr-qtgui requires qwt, not found. Checking for 
qt-mt])])
 
     
     GRC_BUILD_CONDITIONAL([gr-qtgui], [

Modified: gnuradio/branches/developers/n4hy/ofdm/gr-qtgui/README
===================================================================
--- gnuradio/branches/developers/n4hy/ofdm/gr-qtgui/README      2007-03-04 
04:10:11 UTC (rev 4709)
+++ gnuradio/branches/developers/n4hy/ofdm/gr-qtgui/README      2007-03-04 
04:12:05 UTC (rev 4710)
@@ -35,19 +35,23 @@
 and make the INSTALLBASE = /usr/local
 
 
+
 run 
 
 make
 sudo make install
 
-and qwt will be loaded into /usr/local/lib and the includes will be in
-/usr/local/include
+edit qwt.pc and change the prefix to be /usr/local and then install this file 
in /usr/local/lib/pkgconfig
 
-gr-qtgui will now make.
 
+qwt will be loaded into /usr/local/lib and the includes will be in 
/usr/local/include,  qwt.pc will cause all of the
+necessary flags to be including in the make files.
 
+gr-qtgui will now make. 
 
 
+
+
 which must be run as root (as in sudo) so that files are
 installed in the proper place for the gnuradio build
 (such as qwt.pc).  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]