From 29fb6a1639843ed5ab5cb21faa364ebb0f4ca16d Mon Sep 17 00:00:00 2001 From: ee11cbb19052e40b07aac0ca060c23ee Date: Tue, 7 Mar 2017 10:56:45 -0500 Subject: [PATCH] Added build instructions and prerequisites. --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eeae5db5..d2e38c03 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,28 @@ [![Download](https://api.bintray.com/packages/missioncommand/maven/emp3-android/images/download.svg)](https://bintray.com/missioncommand/maven/emp3-android/_latestVersion) ## About -Extensible Map Platform (EMP) Android development kit +Extensible Map Platform (EMP) Android Development Kit. + +## Building + +### Prerequisites + +__Software__ + +* [JDK 1.8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) +* [Android SDK](https://developer.android.com/studio/index.html) with the following components: + * build-tools-25.0.2 + * android-23 + * extra-android-m2repository + * tools + +__Environment Variables__ + +* ```ANDROID_HOME``` must point to an existing Android SDK installation directory + + +### Build + +``` +$ ./gradlew build +```