commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5460 - gnuradio/trunk


From: gdt
Subject: [Commit-gnuradio] r5460 - gnuradio/trunk
Date: Fri, 11 May 2007 17:53:42 -0600 (MDT)

Author: gdt
Date: 2007-05-11 17:53:42 -0600 (Fri, 11 May 2007)
New Revision: 5460

Modified:
   gnuradio/trunk/README
Log:
Document dependency on GNU make, which previously was official but
secret :-)


Modified: gnuradio/trunk/README
===================================================================
--- gnuradio/trunk/README       2007-05-11 15:55:38 UTC (rev 5459)
+++ gnuradio/trunk/README       2007-05-11 23:53:42 UTC (rev 5460)
@@ -117,6 +117,17 @@
 For those using pkgsrc, see gnuradio-pkg_chk.conf.  Those not using
 pkgsrc may also find the list useful.
 
+(0) GNU make
+
+It used to be required to have a "reasonable make", meaning GNU make,
+BSD make, or perhaps Solaris make.  It is now required to use GNU
+make.  Version 3.81 should certainly work; the intent is not to
+require the bleeding edge.
+
+Note that the examples below are written with "make".  They probably
+should say "gmake", as GNU make is installed as gmake when it is not
+the native make.
+
 (1) The "autotools"
 
        autoconf 2.57    or later
@@ -150,9 +161,11 @@
 respectively.
 
 [FIXME: GNU/Linux packages of single-precision fftw are typically called ??]
-In systems using pkgsrc, install math/fftwf.
 
+In systems using pkgsrc, install math/fftwf, which provides the
+single-precision libraries.
 
+
 (4) Python 2.3 or later              http://www.python.org
 
 Python 2.3 or later is now required.  If your system splits





reply via email to

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