/weex_js_engine

Primary LanguageC++Apache License 2.0Apache-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