From 460738f11b2bf11ff9284bada98a112e07354de5 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Thu, 11 Jul 2013 14:41:04 +0100 Subject: [PATCH] Corrected link to Android NDK --- UserManual.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UserManual.md b/UserManual.md index e08393e1..a2b2422d 100644 --- a/UserManual.md +++ b/UserManual.md @@ -424,7 +424,8 @@ as well, please comment or drop an email in the mailing list. Note : You dont need root access to run mongoose on Android. - Download the source from the Downloads page. -- Download the Android NDK from here +- Download the Android NDK from + [here](http://developer.android.com/tools/sdk/ndk/index.html) - Make a folder (e.g. mongoose) and inside that make a folder named "jni". - Add `mongoose.h`, `mongoose.c` and `main.c` from the source to the jni folder. - Make a new file in the jni folder named "Android.mk".