Document dependency on GNU make, which previously was official but
authorgdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 11 May 2007 23:53:42 +0000 (23:53 +0000)
committergdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 11 May 2007 23:53:42 +0000 (23:53 +0000)
secret :-)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5460 221aa14e-8319-0410-a670-987f0aec2ac5

README

diff --git a/README b/README
index ebbf31d4289d83766fe5bcb6a1fd057d0d3d346c..b5f551522dd8ff6a344c4d284ac566a52b5fb0f1 100644 (file)
--- a/README
+++ b/README
@@ -117,6 +117,17 @@ not-yet-released or unstable version.)
 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,7 +161,9 @@ floating point version which we use.  You should also use either the
 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