You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2018/06/22 03:10:14 UTC

incubator-weex git commit: * [RELEASE] Add version constraint for NDK

Repository: incubator-weex
Updated Branches:
  refs/heads/release eb266dc29 -> ceaa3771c


* [RELEASE] Add version constraint for NDK


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/ceaa3771
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/ceaa3771
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/ceaa3771

Branch: refs/heads/release
Commit: ceaa3771c2d326e2e381dc02b79b5fc5802cab9f
Parents: eb266dc
Author: Adam Feng <cx...@gmail.com>
Authored: Fri Jun 22 11:10:02 2018 +0800
Committer: Adam Feng <cx...@gmail.com>
Committed: Fri Jun 22 11:10:02 2018 +0800

----------------------------------------------------------------------
 HOW-TO-BUILD.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ceaa3771/HOW-TO-BUILD.md
----------------------------------------------------------------------
diff --git a/HOW-TO-BUILD.md b/HOW-TO-BUILD.md
index f898112..40a548a 100644
--- a/HOW-TO-BUILD.md
+++ b/HOW-TO-BUILD.md
@@ -12,16 +12,16 @@ See our [guide in our website](http://weex.apache.org/guide/integrate-to-your-ap
 ## Build Environment
 The environment required to build weex as follow:
 * Android SDK:
-    * NodeJS 8.0+
+    * NodeJS 4.0+
     * JDK 1.6+
     * Android SDK(`$ANDROID_HOME` must be set properly)
-    * Android NDK(`$ANDROID_NDK` must be set properly)
+    * Android NDK(version <= 16, `$ANDROID_NDK` must be set properly)
     * Gradle 2.0+
 * iOS SDK:
-    * NodeJS 8.0+
+    * NodeJS 4.0+
     * XCode & Command Tools 8.0+
 * Mobile web SDK:
-    * NodeJS 8.0+
+    * NodeJS 4.0+
 
 This article was tested in MacOSX system.