summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-28 14:21:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-28 14:21:38 +0200
commit7f089045bce33cf309f807d1cee97a8beb7bb859 (patch)
treee2a9a2a6596466be55427d742cca69eaafdf0df1 /INSTALL
parent2d2049d1f6482b1684bcd3f912fbeed99700ab89 (diff)
Documentation fixes
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 83c0669..e60e18e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,9 +6,9 @@ the following dependencies:
libcutl >= 1.0.0 http://www.codesynthesis.com/projects/libcutl/
-Additionally for UNIX-like operating systems:
+Additionally, for UNIX-like operating systems:
- build >= 0.3.4 http://kolpackov.net/projects/build/
+ build >= 0.3.5 http://kolpackov.net/projects/build/
The cli+dep package comes with the necessary dependencies bundled.
@@ -22,7 +22,7 @@ installed. To check the GNU make version run make (or gmake) with the
--version option.
To build the compiler, tests, and examples simply run make in the root
-directory of the package. To run the automated tests, run 'make test'.
+directory of the package. To run the automated test suite, run 'make test'.
To clean the object files, executables, etc., run 'make clean'. To de-
configure the package (that is, remove configuration files in addition
to objects, executables, etc.), run 'make disfigure'.