summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL11
-rw-r--r--README3
2 files changed, 9 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 14d7fd0..608a01d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,7 +23,7 @@ installed. To check the GNU make version run make (or gmake) with the
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'.
-To clean the object file, executables, etc., run 'make clean'. To de-
+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'.
@@ -31,6 +31,9 @@ to objects, executables, etc.), run 'make disfigure'.
Windows
-------
-Project and solution files for Visual C++ will be provided in the future.
-For now, you can create an empty console project and add all the source
-files in the cli/ directory to it.
+Project and solution files are provided for Visual C++ 8.0 (2005) and
+9.0 (2008). To build the CLI compiler, open and build the corresponding
+solution file in the cli\ directory. After the build is complete, the
+compiler executable can be found in the cli\ directory. You can also
+build examples by opening and building one of the solution files in the
+examples\ directory.
diff --git a/README b/README
index 43cfa70..a6c1309 100644
--- a/README
+++ b/README
@@ -9,4 +9,5 @@ See the INSTALL file for prerequisites and installation instructions.
See the doc/ directory for documentation.
-Send questions, bug reports, or any other feedback to boris@codesynthesis.com
+Send questions, bug reports, or any other feedback to
+cli-users@codesynthesis.com.