summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-04-09 22:15:02 +0200
committerParménides GV <parmegv@sdf.org>2014-04-09 22:15:02 +0200
commitd4c1d56e11120e227cce8964fb2a9fca7ee10930 (patch)
tree3a0dc6aa0adef60a4e4bee8f24421db2d4fdcf5a
parent4a8c2f34c3bbac63e0900f86bff53d11b7831151 (diff)
parentf4ebecb9076d5c186fe2a2f64c77b059dfe9d60d (diff)
Merge branch 'bug/readme-doesn't-contain-build-native-instruction-#5486' into develop
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index b949c620..30f143df 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,14 @@ to be installed in your development environment.
In addition you'll need ant/bin, android/tools, 'platforms-tools' and 'android-ndk-r9d' in your enviroment path.
+### Native sources
+
+To build NDK sources, you need to issue these commands:
+
+* cd app
+* ./build-native.sh
+* cd .. (to get back to the project directory)
+
### Command line
* ./gradlew build