aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-28 10:56:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-28 10:56:26 +0200
commit439f3f6357555c85c95650cdbf358130bed2c64a (patch)
tree5e38484346b36d2b94936bd45cf94542c480be88
parent96faa70ffa3181ee6ed739b7f0daca87b225f358 (diff)
Documentation fixes
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 3a38934..5c660f7 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
This archive contains pre-configured CLI source code with all its
-dependencies. On UNIX-like operating systems it allows you to built CLI
-in non-interactive mode (that is, without answering any questions).
+dependencies. On UNIX-like operating systems it allows you to built
+CLI in non-interactive mode (that is, without answering any questions).
Send questions, bug reports, or any other feedback to
cli-users@codesynthesis.com.
@@ -29,12 +29,12 @@ $ make CXX=g++-4.2 CXXFLAGS=-O3
After the build, the CLI compiler can be found in the cli/cli/ directory.
If you would like to see the full compiler/linker/etc., command lines,
-you can add verbose=1 to the command line, for example:
+you can add verbose=1 to the make command line, for example:
$ make verbose=1
-To build and run automated tests for the CLI compiler as well as all the
-dependencies, run:
+To build and run automated test suites for the CLI compiler as well as
+all the dependencies, run:
$ make test
@@ -66,8 +66,8 @@ install_man_dir default is install_data_dir/man
install_info_dir default is install_data_dir/info
You can also run make from various sub-directories in this package. For
-example, to build and run automated tests only for the CLI compiler, you
-can do the following:
+example, to build and run the automated test suite only for the CLI
+compiler only, you can do the following:
$ cd cli/tests
$ make test