aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik <dominik@dominikschuermann.de>2012-09-05 22:41:21 +0200
committerDominik <dominik@dominikschuermann.de>2012-09-05 22:41:21 +0200
commitffa0c7a5a916f76dbdcfe6d1f5b2dcc0492c7474 (patch)
tree0e63c8ff279822d2045eeaf2fa3830755b212bd2 /README.md
parentfd32537407f865cc1074b7122e2c89381f9d75c9 (diff)
downloadopen-keychain-ffa0c7a5a916f76dbdcfe6d1f5b2dcc0492c7474.tar.gz
open-keychain-ffa0c7a5a916f76dbdcfe6d1f5b2dcc0492c7474.tar.bz2
open-keychain-ffa0c7a5a916f76dbdcfe6d1f5b2dcc0492c7474.zip
updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 9 insertions, 13 deletions
diff --git a/README.md b/README.md
index 6db2e1444..330dab8d2 100644
--- a/README.md
+++ b/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.
-# Build using Ant
+# Build
-## Command Line
-
-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:
+## Build with Ant
+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
-
+``
2. execute "ant release"
-# Build using Eclipse
+## Build with Eclipse
-1. New -> Android Project -> Create project from existing source, choose com_actionbarsherlock
-2. New -> Android Project -> Create project from existing source, choose org_apg
+1. File -> Import -> Android -> Existing Android Code Into Workspace, choose com_actionbarsherlock
+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)
-5. Now APG+ can be build
+5. APG can now be build
# Libraries