fixed and tested computation of coefficients
[pspp-builds.git] / README
diff --git a/README b/README
index 317b83697d1e39788be3ea46d4593a998ffb0383..9ab9d07b06d5398299bbe5feec262938ffed81c8 100644 (file)
--- a/README
+++ b/README
@@ -11,14 +11,15 @@ PSPP, you will need to install certain prerequisites:
 
     * An ANSI C compiler and tool chain.
 
-    * GNU make.  Other make programs will not work.
-
     * The GNU Scientific Library (libgsl), version 1.6 or later,
       including libgslcblas included with GSL.
 
     * Perl, version 5.005_03 or later.  (Perl is required during build
       but not after installation.)
 
+    * pkg-config (only if you need to regenerate configure after
+      modifying configure.ac).
+
     * Optional: libncurses.  Without it, PSPP will assume it is
       running in an 80x25 terminal.