After installing the XDK, you may realize that it will NOT start. This is due to libc issues with the Node-webkit version installed along with the XDK. To solve this issue, we need to install a compatible version (easy way) or build the lastest node-webkit on our machine.
I only know of the easy way :-). So here it is.
- Install the XDK, if you have NOT. Take note of where it is installed. Most probably it will be:
/opt/intel
~/intel
- Download a compatible node-webkit version like this one
- Unpack the downloaded version using
tar
. - Copy everything unpacked in the newly created directory.
- Now go to the directory where XDK is installed. Look for the
bin
directory. It isXDK/bin
- Paste to replace the contents in this
bin
directory
It should now work. 👍
If you know how to do it the hard way, please comment it out so I could add it here.
Well... Almost there...
Intel XDK opens but always find a error when initializing:
http://storage5.static.itmages.com/i/15/0103/h_1420258210_7323683_7c5e52edc3.png
It not woked for me on Debian Wheezy (64-bit)