Add note about trying to remove libstdc++.so.6 file from linux64 package caused it to fail to run on Xubuntu 14.04 LTS

Curtis Gedak 2017-11-02 13:24:29 -06:00
parent 2131eba6fb
commit c20abd5a99

@ -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