aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-05-25 22:52:44 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-05-25 22:52:44 +0200
commit8a9c5b33c5ccd4111b41ac070025b094cec065b0 (patch)
tree13327a8e6d8266629213a0a4cf17ccc1b3124a51 /README.md
parent23caec047182a85869f56c9ca0ae9125227734fc (diff)
downloadopen-keychain-8a9c5b33c5ccd4111b41ac070025b094cec065b0.tar.gz
open-keychain-8a9c5b33c5ccd4111b41ac070025b094cec065b0.tar.bz2
open-keychain-8a9c5b33c5ccd4111b41ac070025b094cec065b0.zip
Update README for gradle
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/README.md b/README.md
index f4922a635..0971edae6 100644
--- a/README.md
+++ b/README.md
@@ -8,22 +8,28 @@ Fork OpenPGP Keychain and do a merge request. I will merge your changes back int
# Build
+## Build with Gradle
+
+1. Have Android SDK "tools", "platform-tools", and "build-tools" directories in your PATH (http://developer.android.com/sdk/index.html)
+2. Export ANDROID_HOME pointing to your Android SDK
+3. Install Gradle (Minimum version: 1.6)
+4. Execute ``gradle assemble``
+
## Build with Ant
1. Have Android SDK "tools" directory in your PATH (http://developer.android.com/sdk/index.html)
-2. Change to "OpenPGP-Kechain" directory with ``cd OpenPGP-Kechain``
-3. Execute ``android update project -p .`` and ``android update project -p android-libs/ActionBarSherlock``
-4. Execute ``ant debug``
+2. Execute ``android update project -p OpenPGP-Keychain`` and ``android update project -p libraries/ActionBarSherlock``
+3. Execute ``cd OpenPGP-Kechain``, ``ant debug``
## Build with Eclipse
-1. File -> Import -> Android -> Existing Android Code Into Workspace, choose "OpenPGP-Keychain/android-libs/ActionBarSherlock"
+1. File -> Import -> Android -> Existing Android Code Into Workspace, choose "libraries/ActionBarSherlock"
2. File -> Import -> Android -> Existing Android Code Into Workspace, choose "OpenPGP-Keychain"
3. OpenPGP-Kechain can now be build
# Libraries
-All JAR-Libraries are provided in this repository under "libs", all Android Library projects are under "android-libs".
+All JAR-Libraries are provided in this repository under "libs", all Android Library projects are under "libraries".
* ActionBarSherlock to provide an ActionBar for Android < 3.0
* forked Spongy Castle Crypto Lib (Android version of Bouncy Castle)