diff options
author | Dominik <dominik@dominikschuermann.de> | 2012-03-12 17:00:07 +0100 |
---|---|---|
committer | Dominik <dominik@dominikschuermann.de> | 2012-06-13 19:28:21 +0300 |
commit | ea39b14bf591ca5e49bbcdbb06bcd211a21d018f (patch) | |
tree | 101ebb160372427e48b2f255011c06c37f1f1086 | |
parent | 62dc33e08bfdc346df71b047d35c9345e0ddd117 (diff) | |
download | open-keychain-ea39b14bf591ca5e49bbcdbb06bcd211a21d018f.tar.gz open-keychain-ea39b14bf591ca5e49bbcdbb06bcd211a21d018f.tar.bz2 open-keychain-ea39b14bf591ca5e49bbcdbb06bcd211a21d018f.zip |
readme
-rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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. - sdk.dir=/opt/android-sdk - ndk.dir=/opt/android-ndk +## 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: - and execute "ant release" + sdk.dir=/opt/android-sdk -3. Build +2. execute "ant release" # Libraries |