Hi,
I wanted to build crosswalk on Ubuntu 13.04, so I followed the procedure
on https://crosswalk-project.org/contribute/building_crosswalk.html
1) cd <home directory>
mkdir crosswalk-src
cd crosswalk-src
2) gclient config --name=src/xwalk git://github.com/crosswalk-project/crosswalk.git
3) gclient sync
4) export GYP_GENERATORS='ninja'
python xwalk/gyp_xwalk
5) Build
ninja -C out/Release xwalk
6) Run the xwalk using
~/crosswalk-src/src/out/Release/xwalk index.html
7) I am getting the following message and the application hangs
Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
8) I followed the steps on the link
ninja -C out/Release chrome_sandbox
sudo cp out/Debug/chrome_sandbox /usr/local/sbin/chrome-devel-sandbox #needed if you build on NFS!
sudo chown root:root /usr/local/sbin/chrome-devel-sandbox
sudo chmod 4755 /usr/local/sbin/chrome-devel-sandbox
export CHROME_DEVEL_SANDBOX=/usr/local/sbin/chrome-devel-sandbox
still I am getting message "Running without the SUID sandbox! " and the application hangs
Please let me know if I am missing something
Thanks & Regards
Suneel
|
|
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
