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 +```