Skip to content

Instantly share code, notes, and snippets.

Created June 27, 2013 02:08
Show Gist options
  • Save anonymous/5873440 to your computer and use it in GitHub Desktop.
Save anonymous/5873440 to your computer and use it in GitHub Desktop.

Install instructions for nodewebkit on fedora 19 beta

download nodewebkit zip, extract to home directory

yum install curl -y
curl -O https://s3.amazonaws.com/node-webkit/v0.6.1/node-webkit-v0.6.1-linux-ia32.tar.gz
tar -zxvf node-webkit-v0.6.1-linux-ia32.tar.gz
ln -s /usr/lib/libudev.so.1 /usr/lib/libudev.so.0
export PATH=$PATH:/home/username/node-webkit-v0.6.1-linux-ia32
cd node-webkit-v0.6.1-linux-ia32
nw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment