aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2011-09-16 07:57:41 +0200
committerBananeweizen <bananeweizen@gmx.de>2011-09-16 07:57:41 +0200
commit7ccfd40141a9d709bacec5dcb4255c2cda4d9fb5 (patch)
treed93e8a560b82b4f03786a7515d8d717a03ae01aa /README.md
parent46861f667f34d0f10a67794b6393d21139cc30e3 (diff)
downloadcgeo-7ccfd40141a9d709bacec5dcb4255c2cda4d9fb5.zip
cgeo-7ccfd40141a9d709bacec5dcb4255c2cda4d9fb5.tar.gz
cgeo-7ccfd40141a9d709bacec5dcb4255c2cda4d9fb5.tar.bz2
fix #459: have README with markdown syntax
Diffstat (limited to 'README.md')
-rw-r--r--README.md61
1 files changed, 61 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6b2ef76
--- /dev/null
+++ b/README.md
@@ -0,0 +1,61 @@
+[c:geo](http://www.cgeo.org) is a simple yet powerful unofficial geocaching client for Android devices. In contrast to other similar applications, c:geo doesn't require a web browser nor file exports. You can just go geocaching with your phone and without any home preparation or worries. Of course, you can go without paying - it's free.
+
+Get the source
+--------------
+
+Fork the project source code on [github](https://github.com/cgeo/c-geo-opensource):
+
+ git clone git://github.com/cgeo/c-geo-opensource.git
+
+Build
+-----
+
+### Prerequisites ###
+
+- [Android SDK](http://developer.android.com/sdk) 2.2 including Google APIs V8
+- [Google USB Driver](http://developer.android.com/sdk/win-usb.html) to install the application on the smartphone
+- [Ant](http://ant.apache.org) 1.6.0+ for building c:geo on the command line (not necessary when using only Eclipse)
+
+### Known limitations ###
+
+If the workspace directory name contains a space and leads to errors in the -dex Ant target, then you need to set the property "basedir" in your `local.properties` to the 8.3 name of the directory where this script is located on your disk.
+
+### Configuration ###
+
+1. copy `./templates/private.properties` to `./`
+2. edit `private.properties` (see comments in the file)
+3. copy `./templates/local.properties` to `./`
+4. edit `local.properties` (see comments in the file)
+5. copy `./templates/mapsapikey.xml` to `./res/values/`
+6. edit `./res/values/mapsapikey.xml` and insert your Maps API key (see comments in the file)
+
+### Building with Ant ###
+
+Run one of the following commands in `./`
+
+ ant help
+ ant clean
+ ant debug
+ ant release
+
+or use the Ant view of Eclipse
+
+### Debugging ###
+
+1. Add android:debuggable="true" in the application settings of `AndroidManifest.xml`
+2. In Eclipse, create a Debug Configuration for an Android Application using the menu Run->Debug Configurations
+
+License
+-------
+
+c:geo is distributed under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
+
+Contact
+-------
+
+- original author: Radovan Paska aka carnero
+- questions: support@cgeo.org
+- website: http://www.cgeo.org/
+- support: support@cgeo.org
+- twitter: http://twitter.com/android_gc
+- facebook: http://www.facebook.com/android.geocaching \ No newline at end of file