mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-16 22:05:05 -05:00
Update README for gradle
This commit is contained in:
parent
23caec0471
commit
8a9c5b33c5
16
README.md
16
README.md
@ -8,22 +8,28 @@ Fork OpenPGP Keychain and do a merge request. I will merge your changes back int
|
|||||||
|
|
||||||
# Build
|
# 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
|
## Build with Ant
|
||||||
|
|
||||||
1. Have Android SDK "tools" directory in your PATH (http://developer.android.com/sdk/index.html)
|
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``
|
2. Execute ``android update project -p OpenPGP-Keychain`` and ``android update project -p libraries/ActionBarSherlock``
|
||||||
3. Execute ``android update project -p .`` and ``android update project -p android-libs/ActionBarSherlock``
|
3. Execute ``cd OpenPGP-Kechain``, ``ant debug``
|
||||||
4. Execute ``ant debug``
|
|
||||||
|
|
||||||
## Build with Eclipse
|
## 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"
|
2. File -> Import -> Android -> Existing Android Code Into Workspace, choose "OpenPGP-Keychain"
|
||||||
3. OpenPGP-Kechain can now be build
|
3. OpenPGP-Kechain can now be build
|
||||||
|
|
||||||
# Libraries
|
# 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
|
* ActionBarSherlock to provide an ActionBar for Android < 3.0
|
||||||
* forked Spongy Castle Crypto Lib (Android version of Bouncy Castle)
|
* forked Spongy Castle Crypto Lib (Android version of Bouncy Castle)
|
||||||
|
Loading…
Reference in New Issue
Block a user