[quote:1ommx42q]Linux returns that libudev.so.0 dependencies are missing.
That is because most modern distros (Ubuntu 13.x and up, Arch, Gentoo etc.) have a newer version of this lib.
So basically node-webkit itself must be linked against the newer ones, to be able to run on those distros out of the box.
Unfortunately you can't do anything about that yourself.
You *could*, on your own box and for testing purposes, create a symlink to the newer one and pray, that the different ABI does not break anything (this is not recommended. Not. One. Bit.)
You could also try to get ahold of the source of the older lib, build it, and LD_PRELOAD it in a wrapper script.
Both methods require some deeper linux knowledge though and are unfit for deployment to customers.