diff options
Diffstat (limited to 'java/README.md')
-rw-r--r-- | java/README.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/java/README.md b/java/README.md index 10735691..2650ec3d 100644 --- a/java/README.md +++ b/java/README.md @@ -1,4 +1,17 @@ ZeroTier One SDK - Android JNI Wrapper ===== -To Build: <path to Android-ndk>/ndk-build ZT1=<path to ZeroTierOne root> + +Building +----- + +Reqires: + +* JDK +* ANT +* Android NDK + +Required Environment Variables: + +* NDK\_BUILD\_LOC - Path do the ndk-build script in the Android NDK +* ANDROID\_PLATFORM - path to the directory android.jar lives (on Windows: C:\Users\<username>\AppData\Local\Android\sdk\platforms\android-21) |