diff options
author | Mark Spruiell <mes@zeroc.com> | 2015-05-13 13:20:15 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2015-05-13 13:20:15 -0700 |
commit | 828d64c816a55d7294a0740d84013556c8b47b15 (patch) | |
tree | 6a0b857988eb54c1caa546e6b728c6ec6ecd7fed /java/BuildInstructions.md | |
parent | ICE-6494 - build instructions (diff) | |
download | ice-828d64c816a55d7294a0740d84013556c8b47b15.tar.bz2 ice-828d64c816a55d7294a0740d84013556c8b47b15.tar.xz ice-828d64c816a55d7294a0740d84013556c8b47b15.zip |
minor edits to build instructions
Diffstat (limited to 'java/BuildInstructions.md')
-rw-r--r-- | java/BuildInstructions.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md index a0ebf5032be..82f1be7d57e 100644 --- a/java/BuildInstructions.md +++ b/java/BuildInstructions.md @@ -40,7 +40,9 @@ On an x86_64 system with a 64-bit JVM, the 64-bit Berkeley DB libraries are inst ### Gradle -Ice for Java uses the [Gradle](http://gradle.org) build system, and includes the Gradle wrapper version 2.4 in the distribution. You cannot build the Ice for Java source distribution without an Internet connection. Except for Berkeley DB, Gradle will download all required packages automatically. These packages are listed below. Gradle will automatically download any necessary build artifacts from ZeroC's Maven repository located at http://repo.zeroc.com/nexus/content/repositories/thirdparty. +Ice for Java uses the [Gradle](http://gradle.org) build system, and includes the Gradle wrapper version 2.4 in the distribution. You cannot build the Ice for Java source distribution without an Internet connection. Except for Berkeley DB, Gradle will download all required packages automatically. These packages are listed below. Gradle will automatically download any necessary build artifacts from ZeroC's Maven repository located at + + http://repo.zeroc.com/nexus/content/repositories/thirdparty ### Bzip2 Compression @@ -121,11 +123,11 @@ If at any time you wish to discard the current build and start a new one, use th ## Installing Ice for Java -To install Ice for Java in the directory specified by the prefix variable in ```gradle.properties``` run the following command +To install Ice for Java in the directory specified by the ```prefix``` variable in ```gradle.properties``` run the following command > ./gradlew install -The installation installs the following jar files to ```prefix/lib```. +The installation installs the following JAR files to ```<prefix>/lib```. freeze-3.6.0.jar glacier2-3.6.0.jar |