-
Notifications
You must be signed in to change notification settings - Fork 0
Running tizen device api
Currently Tizen Device API with Crosswalk works only on Linux. The implementation is under heavy developed, please track https://github.com/otcshare/tizen-extensions-crosswalk/wiki/APIs for latest status.
-
If you do not have a Crosswalk binary, Follow the regular steps to build Crosswalk. The remaining instructions will assume that Crosswalk base directory is
~/dev/crosswalk. That directory should contain an src subdirectory, and insidesrc, there's axwalkdirectory. At this point there must be a ~/dev/crosswalk/src/out/Release/xwalk executable -
cd ~/dev -
git clone git@github.com:otcshare/tizen-extensions-crosswalk.git -
cd tizen-extensions-crosswalk -
export XWALK_SOURCE_DIR=~/dev/crosswalk/src/xwalk
-
./configure or
gyp -D build=Release -D type=desktop -D xwalk_path=$XWALK_SOURCE_DIR --depth=. tizen-wrt.gypfor Release build. -
ninja -C out/Default
-
There should be several libtizen_xxx.so under
~/dev/tizen-extensions-crosswalk/out/Defaultfile after make runs. -
./run.sh
-
./run.sh --remote-debugging-port=9222then follow https://github.com/otcshare/crosswalk/wiki/Try-Crosswalk#debug-your-web-app