All Projects → alibaba → Weex_js_engine

alibaba / Weex_js_engine

Licence: apache-2.0

weex_js_engine

Weex JavaScript Runtime based on google v8 JavaScript engine and apple javascriptCore!

How to build

Download NDK and Set Environment PATH

  1. Download NDK(version at least 'r11e')
    NDK download address
  2. Add NDK folder to PATH
    add this line to your profile script:export PATH=[Your NDK Folder]/:"$PATH"

Compile V8

Excute cd [Your Source Folder]/weex_v8core/ && run ndk-build

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].