summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-10-24 13:00:57 +0200
committercyBerta <richy@cyborgsociety.org>2013-11-13 00:04:12 +0100
commit73ecf4afa72e43d8ef479dbcdd020b33b7baa943 (patch)
tree0bfe9c916af44b1b12a6651df21d8fd6391f1b60 /README.md
parent4fcf3d15e5b57c6c1dffd8e7c0cd5b84fda93138 (diff)
Shorter README.
Next commit I'll push the Build from eclipse file. I've also removed the tests .project file because it's not in there, and importing from Eclipse using Git import yielded in an error for the leap_androidTest project.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 61f9346d..d5377737 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ report any bugs or feature requests and to see the list of known issues.
## Building
-The build requires [Ant](https://ant.apache.org/) v1.6+, the [Android SDK](http://developer.android.com/sdk/index.html) and the [Android NDK](http://developer.android.com/tools/sdk/ndk/index.html) r8b
+The build requires [Ant](https://ant.apache.org/) v1.6+, the [Android SDK](http://developer.android.com/sdk/index.html) API 17 and the [Android NDK](http://developer.android.com/tools/sdk/ndk/index.html) r8b
to be installed in your development environment.
In addition you'll need ant/bin, android/tools, 'platforms-tools' and 'android-ndk-r8b' in your enviroment path.
@@ -27,7 +27,7 @@ signed with a different key. Manually uninstall Bitmask Android from your devic
you will then be able to install your own built version.
To uninstall it, do: adb uninstall se.leap.bitmaskclient
-See [here](https://github.com/leapcode/bitmask_android/blob/master/Building_from_eclipse.txt) for
+See [here](https://github.com/leapcode/bitmask_android/blob/master/Building_from_eclipse.md) for
instructions on building from [Eclipse](http://eclipse.org).
## Acknowledgements