From b76e6372901cdb348107a20bd78d4402575928d5 Mon Sep 17 00:00:00 2001 From: Joey Date: Thu, 10 Apr 2014 19:28:18 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 10d71a9..5257217 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Uses node-webkit to generate "native" apps for already existing web apps. Requires the pyside library and python 2.X to run. I've only tested the code on python 2.7.3-2.7.5, so I can't speak about any lower version, but it should work as long as PySide is supported. +Note!! +------ + +When building linux applications using this application, there is an issue on the newer versions of Ubuntu and similar distros that causes the error: Shared library libudev.so.0 does not exist. If you are distributing to these platforms, you'll need to instruct your users to either manually symlink the file or make an install script following the directions [here](https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0). This is an issue with node-webkit and not this application itself. Getting Started ---------------