From 0b5fbd3d98d913dca9e495abc3c9c3015b23b287 Mon Sep 17 00:00:00 2001 From: Joey Date: Wed, 2 Apr 2014 18:15:48 -0600 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dc1512..7212961 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,12 @@ Double click the Win2Exe.exe file inside the extracted folder. [Linux 32bit download](http://www.mediafire.com/download/pfiabmhbxdge9a3/Web2ExeLinux32.zip) (Only works on Ubuntu 12.04 right now, as that is what I built it on.) -chmod 755 the Web2Exe binary inside the extracted folder and then run by double clicking or ./Web2Exe from the command line. +chmod 755 the Web2Exe binary inside the extracted folder and then run by double clicking or ./Web2Exe from the command line. Also, if you get shared library errors, you need to copy all the .so files into /usr/lib/ or /usr/local/lib/. + +``` +chmod 755 Web2Exe +sudo cp *.so.* /usr/lib/ +``` Note: For some reason, these linux binaries are not working correctly on vanilla systems. I'm looking into the issue and will update them when I figure out what is going on.