Repository: incubator-weex Updated Branches: refs/heads/release ceaa3771c -> 35631d177
[WEEX-473][doc] Update HOW-TO-BUILD.md for weexcore Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/35631d17 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/35631d17 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/35631d17 Branch: refs/heads/release Commit: 35631d177c1a53ff373e3eb43f12b71cf346a494 Parents: ceaa377 Author: miomin <[email protected]> Authored: Fri Jun 22 11:36:17 2018 +0800 Committer: miomin <[email protected]> Committed: Fri Jun 22 11:36:17 2018 +0800 ---------------------------------------------------------------------- HOW-TO-BUILD.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/35631d17/HOW-TO-BUILD.md ---------------------------------------------------------------------- diff --git a/HOW-TO-BUILD.md b/HOW-TO-BUILD.md index 40a548a..0cfc0ea 100644 --- a/HOW-TO-BUILD.md +++ b/HOW-TO-BUILD.md @@ -17,6 +17,8 @@ The environment required to build weex as follow: * Android SDK(`$ANDROID_HOME` must be set properly) * Android NDK(version <= 16, `$ANDROID_NDK` must be set properly) * Gradle 2.0+ + * NDK r16 + * CMake 3.9.0+ * iOS SDK: * NodeJS 4.0+ * XCode & Command Tools 8.0+ http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/35631d17/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c51287a..d6204d9 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Please ***INSTALL [Git for Windows](https://git-scm.com/download/win)*** and run * `npm install`, install project * `./start` * Install [Android Environment](http://developer.android.com/training/basics/firstapp/index.html) + * Install [NDK](https://developer.android.com/ndk/) r16 + * Install [Cmake](https://cmake.org/download/) 3.9.0+ * Run playground, In Android Studio * Open `android/playground` * In `app/java/com.alibaba.weex/IndexActivity`, modify `CURRENT_IP` to your local IP
