Giter Club home page Giter Club logo

cordova-crosswalk-engine's Introduction

Apache Cordova Crosswalk Engine Proof-of-Concept

Cordova Crosswalk Engine is a part of a Proof-of-Concept for third party engines to work with Apache Cordova. This currently only works with the 4.0.x branch of Apache Cordova found on GitHub, and as of yet, does not work with any official Apache Cordova release. This code should still be considered experimental.

Directions (We're still trying to automate more of this, sorry):

Android-only:

  1. Pull down the 4.0.x branch of Apache Cordova found here (https://github.com/apache/cordova-android/tree/4.0.x)
  2. Clone this repository.
  3. Run sh fetch_libs.sh to download the Crosswalk library
  4. Generate a project with ./bin/create
  5. Run Plugman: plugman install --platform android --plugin <path_to_crosswalk_engine>/cordova-crosswalk-engine/ --project .
  6. Add the libs/xwalk_core_library as a dependency in project.properties. (Note: Relative Paths work for libraries, not absolute paths. Manually edit if necessary.)

Cordova CLI:

  1. Install the latest version of the Cordova CLI from npm (Requires at least 3.5.0-0.2.6)
  2. Pull down the 4.0.x branch of Apache Cordova found here (https://github.com/apache/cordova-android/tree/4.0.x)
  3. Clone this repository.
  4. Run sh fetch_libs.sh to download the Crosswalk library
  5. Create a project with cordova create
  6. Add the Android platform with cordova platform add <path to cordova-android>
  7. Add the Crosswalk Engine plugin with cordova plugin add <path to crosswalk-engine-plugin>

Requirements:

fetch_libs.sh requires curl and unzip to be installed, and on the current PATH.

cordova-crosswalk-engine's People

Contributors

agrieve avatar clelland avatar huningxin avatar infil00p avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.