mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
updated readme
This commit is contained in:
parent
fd32537407
commit
ffa0c7a5a9
22
README.md
22
README.md
@ -8,26 +8,22 @@ I will try to reintegrate the various forks and develope a new user interface an
|
|||||||
|
|
||||||
Fork APG and do a merge request. I will merge your changes back into the main project.
|
Fork APG and do a merge request. I will merge your changes back into the main project.
|
||||||
|
|
||||||
# Build using Ant
|
# Build
|
||||||
|
|
||||||
## Command Line
|
## Build with Ant
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
||||||
|
1. Add a file called local.properties in org_apg folder with the following lines, altered to your locations of the SDK:
|
||||||
|
``
|
||||||
sdk.dir=/opt/android-sdk
|
sdk.dir=/opt/android-sdk
|
||||||
|
``
|
||||||
2. execute "ant release"
|
2. execute "ant release"
|
||||||
|
|
||||||
# Build using Eclipse
|
## Build with Eclipse
|
||||||
|
|
||||||
1. New -> Android Project -> Create project from existing source, choose com_actionbarsherlock
|
1. File -> Import -> Android -> Existing Android Code Into Workspace, choose com_actionbarsherlock
|
||||||
2. New -> Android Project -> Create project from existing source, choose org_apg
|
2. File -> Import -> Android -> Existing Android Code Into Workspace, choose org_apg
|
||||||
3. Add com_actionbarsherlock as Android Lib (Properties of org_apg -> Android -> Library -> add)
|
3. Add com_actionbarsherlock as Android Lib (Properties of org_apg -> Android -> Library -> add)
|
||||||
5. Now APG+ can be build
|
5. APG can now be build
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user