summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-06-14 18:38:27 -0400
committerGitHub <noreply@github.com>2017-06-14 18:38:27 -0400
commitba9d24ad1a1872d95a253e84b73c6ade3e6cf014 (patch)
tree857683bceae5ad554c5d3baee4439b9c6207db27
parentUpdate php build instructions (diff)
downloadice-ba9d24ad1a1872d95a253e84b73c6ade3e6cf014.tar.bz2
ice-ba9d24ad1a1872d95a253e84b73c6ade3e6cf014.tar.xz
ice-ba9d24ad1a1872d95a253e84b73c6ade3e6cf014.zip
Fixed references
-rw-r--r--java/BuildInstructions.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md
index 28939f240f8..eb83194f411 100644
--- a/java/BuildInstructions.md
+++ b/java/BuildInstructions.md
@@ -9,7 +9,7 @@ platforms.
### Operating Systems
Ice for Java is expected to build and run properly on Windows, macOS, and any
-recent Linux distribution for x86 and x86_64, and was extensively tested using
+recent Linux distribution for x86_64 (or ix86), and was extensively tested using
the operating systems and compiler versions listed for our [supported
platforms][2]. Due to the portability of Java, it is very likely that it will
also work on other platforms for which a suitable Java implementation is
@@ -107,7 +107,7 @@ on Unix:
On Windows:
- > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.7.0 (MSI installation)
+ > set ICE_HOME=C:\Program Files\ZeroC\Ice-3.7.0 (MSI installation on Windows)
On Windows if you are using Ice for C++ from a source distribution, you must
set the `CPP_PLATFORM` and `CPP_CONFIGURATION` environment variables to match the
@@ -196,6 +196,6 @@ On macOS, the build also creates an application bundle named IceGrid GUI.
You can start the IceGrid GUI tool by double-clicking the IceGrid GUI icon in Finder.
[1]: https://zeroc.com/distributions/ice
-[2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0
+[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.0
[3]: http://gradle.org
[4]: http://proguard.sourceforge.net