Adding section for wine build from linux

Tobias Frisch 2021-04-30 15:48:06 +02:00
parent 6fed11e29d
commit 813204473e

@ -73,6 +73,10 @@ Create a zip file package that can be installed and run on Windows 32 bit and 64
And so on until the version of manuskript changed.
## PACKAGE CREATION FROM LINUX
Run the [build_for_windows.sh](https://github.com/olivierkes/manuskript/blob/develop/package/build_for_windows.sh) script to setup a 32bit wine prefix automatically. It installs any requirements mentioned above and creates the full package with the Windows version of PyInstaller. The prefix is completely fresh for every build and will be removed after the whole process.
# PACKAGE TEST INSTALLATION
Use the following steps on a different computer or Virtual Machine to test that the manuskript package works.