aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-07-15 19:17:43 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-07-15 19:17:43 +0200
commit2f35e07c9ee12d29cbf0d61b69d7ebb310b7705b (patch)
tree12f73275b21626e8ce7fadf6300c78cf3a7cedc2
parent29145e49c96998f220485a8e46cd2b62665b00de (diff)
parente1d505a2910e6b28bde5183d8b6275df62dd3862 (diff)
downloadopen-keychain-2f35e07c9ee12d29cbf0d61b69d7ebb310b7705b.tar.gz
open-keychain-2f35e07c9ee12d29cbf0d61b69d7ebb310b7705b.tar.bz2
open-keychain-2f35e07c9ee12d29cbf0d61b69d7ebb310b7705b.zip
Merge remote-tracking branch 'origin/master' into external-test
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9a80eaf07..4a2fad2ee 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,10 @@ Expand the Tools directory and select "Android SDK Build-tools (Version 19.1)".
Expand the Extras directory and install "Android Support Repository"
Select everything for the newest SDK Platform (API-Level 19)
4. Export ANDROID_HOME pointing to your Android SDK
-5. Execute ``./gradlew build``
-6. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk``
+5. Use OpenJDK 7 instead of Oracle JDK (this is required for OpenKeychain's tests based on Bouncy Castle)
+6. Execute ``./install-custom-gradle-test-plugin.sh``
+7. Execute ``./gradlew build``
+8. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk``
### Build API Demo with Gradle