diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-06-19 16:20:35 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-06-19 16:20:35 +0200 |
commit | a56cbe5426f6958d0faabd82ba2a689abbee43e8 (patch) | |
tree | 912c5e26c124d846c1d8f0faa655ac9f0cc9a347 /android | |
parent | Put back server.pem (diff) | |
download | ice-a56cbe5426f6958d0faabd82ba2a689abbee43e8.tar.bz2 ice-a56cbe5426f6958d0faabd82ba2a689abbee43e8.tar.xz ice-a56cbe5426f6958d0faabd82ba2a689abbee43e8.zip |
BuildInstruction fixes
- Hard-wrapped lines to 80 cols
- Added OSX instruction for Ruby
Diffstat (limited to 'android')
-rw-r--r-- | android/BuildInstructions.md | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md index 09eb40fc168..0af20e80e06 100644 --- a/android/BuildInstructions.md +++ b/android/BuildInstructions.md @@ -1,14 +1,14 @@ # Building the Ice for Android Test Suite -This directory contains an Android Studio project for the Ice test suite. For ease -of development and testing, this project also builds a subset of the Ice JAR files. -This is not necessary for your own projects as it considerably complicates the -project configuration. +This directory contains an Android Studio project for the Ice test suite. For +ease of development and testing, this project also builds a subset of the Ice +JAR files. This is not necessary for your own projects as it considerably +complicates the project configuration. -Building [Ice for Java](../java/BuildInstructions.md) is the only way to build all -of the Ice JAR files from source. The JAR files produced by the Ice for Java build -fully support Android. If you prefer, our [binary distributions][1] include -pre-compiled JAR files. +Building [Ice for Java](../java/BuildInstructions.md) is the only way to build +all of the Ice JAR files from source. The JAR files produced by the Ice for Java +build fully support Android. If you prefer, our [binary distributions][1] +include pre-compiled JAR files. ## Build Requirements @@ -68,6 +68,7 @@ Follow these steps to import the Ice for Android project into Android Studio: "Use default gradle wrapper" and press OK The Android Studio project contains a `testApp` application for the Ice test -suite. To run the application, select it in the configuration pull down and run it. +suite. To run the application, select it in the configuration pull down and run +it. [1]: https://zeroc.com/download.html |