Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Oct 15, 2019
1 parent a70ba5c commit 06cb9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A framework for building Mobile cross-platform UI.
## Important Notice
* The convenience distribution below is only for users' users' **convenience**. Weex Release is always in the form of [source code](https://weex.apache.org/download/download.html).
* From Weex `0.28` or higher, the JavaScript interpreter is not bundled with Weex anymore. Developers could choose whatever JavaScript interpreter they like in their app as long as it implements the [cpp headers](https://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-2.9.92/Source/JavaScriptCore/API/).
* Optional JavaScript interpreter choice: If you have no idea about how to choose proper JavaScript interpreter, you could add `apply from: 'https://github.com/raw/apache/incubator-weex/release/0.28/android/sdk/buildSrc/download_jsc.gradle'` in your build.gradle, everything else should work as expected. See [weex-playground](https://github.com/apache/incubator-weex-playground/blob/master/android/playground/build.gradle#L7) to learn more.
* **Optional** JavaScript interpreter choice: If you have no idea about how to choose proper JavaScript interpreter, you could add `apply from: 'https://github.com/raw/apache/incubator-weex/release/0.28/android/sdk/buildSrc/download_jsc.gradle'` in your build.gradle, everything else should work as expected. See [weex-playground](https://github.com/apache/incubator-weex-playground/blob/master/android/playground/build.gradle#L7) to see a demo.

## Convenience Distribution

Expand All @@ -22,7 +22,7 @@ Support Android 4.1 (API 16), iOS 8.0+ and WebKit 534.30+.
## For Windows
First of all, compiling or building Weex from Windows is not support officially.

You could [Git for Windows](https://git-scm.com/download/win)*** and run all the following commands in git-bash and give it a try.
You could [Git for Windows](https://git-scm.com/download/win) and run all the following commands in git-bash and give it a try.

## Meet Weex

Expand Down

0 comments on commit 06cb9dd

Please sign in to comment.