From 101008a8bf68fb1f016f1a7903dc2503c932ebc2 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Sat, 2 Sep 2017 16:00:33 -0600 Subject: [PATCH] Add note about Pyinstaller listing pyenchant as being supported on Windows only --- Package-Manuskript-for-Linux-with-PyInstaller.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Package-Manuskript-for-Linux-with-PyInstaller.md b/Package-Manuskript-for-Linux-with-PyInstaller.md index bdea441..8ab5793 100644 --- a/Package-Manuskript-for-Linux-with-PyInstaller.md +++ b/Package-Manuskript-for-Linux-with-PyInstaller.md @@ -28,6 +28,8 @@ Be sure to include optional software such as Markdown and PyEnchant so that thes See [Run Manuskript from Source Code on Linux](https://github.com/olivierkes/manuskript/wiki/Run-Manuskript-from-Source-Code-on-Linux). +_Note that `pyenchant` is only listed as being supported with PyInstaller on Windows. See [PyInstaller - Supported Packages](https://github.com/pyinstaller/pyinstaller/wiki/Supported-Packages) and search for `pyenchant`. The results on Linux may be unpredicatable. For example I have seen a PyInstall packager with pyenchant work on one distro, but cause a segmentation fault on another._ + ## Install Prerequisite Software Packages Install all the necessary software required for creating the manuskript package. @@ -65,10 +67,16 @@ Create a zip file package that can be installed and run on x86-64 computers. manuskript-0.4.0-linux64.zip - Second repackaging of manuskript v0.4.0 would be named: + Or: manuskript-0.4.0-1-linux64.zip + Second repackaging of manuskript v0.4.0 would be named: + + manuskript-0.4.0-2-linux64.zip + + And so on until the version of manuskript changed. + # PACKAGE TEST INSTALLATION Use the following steps on a different computer or Virtual Machine to test that the manuskript package works.