From: Ben Pfaff Date: Sun, 30 Sep 2007 18:11:07 +0000 (+0000) Subject: Improve installation instructions. X-Git-Tag: v0.6.0~238 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=5a677bf2904c51d684aa61f5bbeda18a64545678 Improve installation instructions. --- diff --git a/ChangeLog b/ChangeLog index 5b4cd902..665efcfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * configure.ac: Print a message indicating success at the end of the run. + * INSTALL: Improve instructions. + 2007-09-22 Ben Pfaff Bug #21128. Reviewed by John Darrington. diff --git a/INSTALL b/INSTALL index a7f2f88f..822fe77d 100644 --- a/INSTALL +++ b/INSTALL @@ -92,17 +92,20 @@ release. Running `configure' takes awhile. While running, it prints some messages telling which features it is checking for. - When `configure' completes, it may print a list of packages that - you must install before PSPP. If it does, you need to install - those packages, then re-run this step. Some prerequisites may be + If `configure' completes successfully, it prints the message + "PSPP configured successfully." at the end of its run. + Otherwise, it may stop with a list of packages that you must + install before PSPP. If it does, you need to install those + packages, then re-run this step. Some prerequisites may be omitted by passing a --without- flag to `configure' (see "Optional Features", below). If you use one of these flags, then the feature that it disables will not be available in your PSPP installation. `configure' may also print a list of packages that you should - consider installing. If you install them, additional features - will be available in your PSPP installation. + consider installing. If you install them, then re-run + `configure', additional features will be available in your PSPP + installation. 2. Type `make' to compile the package.