Add note about Pyinstaller listing pyenchant as being supported on Windows only

Curtis Gedak 2017-09-02 16:00:33 -06:00
parent 69eff73271
commit 101008a8bf

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