diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-03-10 22:03:25 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-03-10 22:03:25 +0000 |
commit | 2c7fcb1a87ffbcb02fa6e868bbfa64c0f9207b1c (patch) | |
tree | df9086fcffdd2d109b053c6bcc563a5acd5633f1 | |
parent | fix for bug 170 (diff) | |
download | ice-2c7fcb1a87ffbcb02fa6e868bbfa64c0f9207b1c.tar.bz2 ice-2c7fcb1a87ffbcb02fa6e868bbfa64c0f9207b1c.tar.xz ice-2c7fcb1a87ffbcb02fa6e868bbfa64c0f9207b1c.zip |
fix for bug 170
-rw-r--r-- | cpp/install/unix/README.DEMOS | 8 | ||||
-rwxr-xr-x | cpp/install/vc71/doc/README.txt | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/cpp/install/unix/README.DEMOS b/cpp/install/unix/README.DEMOS index 2088f56f0b3..acc103bb54b 100644 --- a/cpp/install/unix/README.DEMOS +++ b/cpp/install/unix/README.DEMOS @@ -20,11 +20,15 @@ You can build the demos by visiting each demo directory (e.g., demo, demoj, democs) and running 'gmake' or 'ant' as appropriate. The Ice for Python demos do not need to be compiled. -gmake 3.80 is required to build the C++ or C# demos. Ant 1.6 is -required to build the Java demos. Ant can be downloaded from: +gmake 3.80 is required to build the C++ and C# demos. The 'ant' +utility is required to build the Java demos, and can be downloaded +from http://ant.apache.org/bindownload.cgi +Ice requires ant 1.6.1 or later, but we recommend using the most +recent release. + Running the Ice Demos ===================== diff --git a/cpp/install/vc71/doc/README.txt b/cpp/install/vc71/doc/README.txt index 9e1cf51e187..9490fa530b4 100755 --- a/cpp/install/vc71/doc/README.txt +++ b/cpp/install/vc71/doc/README.txt @@ -79,7 +79,7 @@ Building and running the Java demos The Java demos are in the demoj directory.
To build the Java demos, you need the Java SDK 1.4.2 or later, and Ant
-1.6.2. They can be downloaded from:
+1.6.1 or later. They can be downloaded from:
http://java.sun.com/j2se/index.jsp
http://ant.apache.org/bindownload.cgi
|