From ea39b14bf591ca5e49bbcdbb06bcd211a21d018f Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 12 Mar 2012 17:00:07 +0100 Subject: [PATCH] readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e14c5a85e..7a3966402 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,17 @@ Fork APG+ and do a merge request. I will merge your changes back into the main p # Build using Ant -1. Execute "ant -Dsdk.dir=/opt/android-sdk/ -Dndk.dir=/opt/android-ndk/ release" in the folder org_adaway with the appropriate paths. +## Command Line -2. Alternatively you could add a file local.properties in org_adaway folder with the following lines, altered to your locations of the SDK and NDK: +1. Execute "ant -Dsdk.dir=/opt/android-sdk/ release" in the folder org_apg with the appropriate paths. + +## Local.properties + +1. Alternatively you could add a file local.properties in org_apg folder with the following lines, altered to your locations of the SDK: sdk.dir=/opt/android-sdk - ndk.dir=/opt/android-ndk - and execute "ant release" - -3. Build +2. execute "ant release" # Libraries