From: Ben Pfaff Date: Thu, 1 Oct 2009 03:38:26 +0000 (-0700) Subject: INSTALL: Mention that GNU make is required. X-Git-Tag: fc11-i386-build5~1 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=c4d3dc3d90c9a34ac2f0989dc0ede812a8b85c49 INSTALL: Mention that GNU make is required. In my experience with the autobuilder, in particular the system "make" program on FreeBSD 7.2-RELEASE will not work. --- diff --git a/INSTALL b/INSTALL index d3a469cf..df9502a7 100644 --- a/INSTALL +++ b/INSTALL @@ -33,6 +33,10 @@ The following packages are required to install PSPP: If you don't have a version already, you can install GNU libiconv (http://www.gnu.org/software/libiconv/). + * GNU make (http://www.gnu.org/software/make). Version 3.81 is + known to work; other versions will likely work too. Non-GNU + "make" programs will probably not work. + The following package is required to enable PSPP's graphing features. If you cannot arrange to install it, you must run `configure' with --without-libplot. @@ -140,7 +144,9 @@ release. `configure', additional features will be available in your PSPP installation. - 2. Type `make' to compile the package. + 2. Type `make' to compile the package. (If GNU make is installed + under a different program name, e.g. "gmake", run that program + instead in this step and in the following steps as well.) 3. Optionally, type `make check' to run the self-tests that come with the package. If any of the self-tests fail, please mail