Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-10-08 22:21:56 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:25:42 +0300
commit02bb18b2dabd83ab01c97647da7cd369f7d4c9f6 (patch)
tree20fd9e80798aeea8e8bb3c6c62067b4f178a308a /docs
parent957b285e161dff11432df0764b00524eaf940410 (diff)
[android] Fixed scripts and documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/android_toolchain.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/android_toolchain.txt b/docs/android_toolchain.txt
index b823e0288c..4771b929be 100644
--- a/docs/android_toolchain.txt
+++ b/docs/android_toolchain.txt
@@ -2,13 +2,14 @@ Windows:
- Unzip NDK
- Install Cygwin with gnu make and launch it
-$ export NDK_ROOT=C:/path/to/android-ndk-r5c
+$ export NDK_ROOT=C:/path/to/android-ndk-<version>
$ export NDK_HOST=windows
$ mkdir omim-android-debug
$ cd omim-android-debug
$ /cygdrive/path_to_QtSDK/path_to_Qt/mingw/bin/qmake.exe -r ../omim/omim.pro -spec ../omim/tools/mkspecs/android-g++ CONFIG+=debug
$ /cygdrive/path_to_QtSDK/mingw/bin/mingw32-make.exe
+
Mac OS X:
- Unzip NDK
@@ -16,6 +17,10 @@ Mac OS X:
--- Shadow dir omim-android-debug
--- Override qmake parameters: -spec /path/to/omim/tools/mkspecs/android-g++
--- Set Environment variables
- NDK_ROOT=C:/path/to/android-ndk-r5c
+ NDK_ROOT=/path/to/android-ndk-<version>
NDK_HOST=darwin-x86
-- Enjoy using QtCreator! \ No newline at end of file
+- Enjoy using QtCreator!
+
+
+!!!!! For any system !!!!!
+- See additional scripts and follow their instructions in <omim>/tools/android \ No newline at end of file