diff --git a/Package-Manuskript-for-Linux-with-PyInstaller.md b/Package-Manuskript-for-Linux-with-PyInstaller.md index e2f09e3..158983a 100644 --- a/Package-Manuskript-for-Linux-with-PyInstaller.md +++ b/Package-Manuskript-for-Linux-with-PyInstaller.md @@ -60,6 +60,8 @@ Create a zip file package that can be installed and run on x86-64 computers. For examples of _ImportError_ see [Issue 115](https://github.com/olivierkes/manuskript/issues/115), and [Issue 179](https://github.com/olivierkes/manuskript/issues/179). + _Note that I tried removing `manuskript/libstdc++.so.6` but then the package failed to run on Xubuntu 14.04 LTS. Instead it complained with an "ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /home/user/manuskript/libQt5Core.so.5)"_ + 3. Create a zip file using the manuskript files under the `dist` directory. cd dist