From 1005d593da6d3772e4d252907f749baf2364d2ca Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 11 Oct 2009 17:33:21 +0200 Subject: Add information on VC++ projects/solutions --- README | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/README b/README index 385c613..3d6367b 100644 --- a/README +++ b/README @@ -1,10 +1,18 @@ This archive contains pre-configured CLI source code with all its -dependencies. 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). -GNU make 3.81 or later is required to build CLI. Any fairly recent -GNU/Linux distribution should have it already installed (use -make --version to check). +Send questions, bug reports, or any other feedback to +cli-users@codesynthesis.com. + + +UNIX +---- + +Building on UNIX-like operating systems requires GNU make 3.81 or later. +Most recent GNU/Linux distributions should already have this version +installed. To check the GNU make version run make (or gmake) with the +--version option. The build system supports the following standard variables: @@ -41,4 +49,13 @@ can do the following: $ cd cli/tests $ make test -Send bug reports or any other feedback to boris@codesynthesis.com. + +Windows +------- + +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 in the root directory of the package. After the build is complete, +the compiler executable can be found in the cli\cli\ directory. You can +also build examples by opening and building one of the solution files in +the cli\examples\ directory. -- cgit v1.1