Update compilation authored by Karel Slaný's avatar Karel Slaný
......@@ -184,6 +184,24 @@ Also you must provide a minimal POSIX-compliant environment in order to run the
> Don't run `./scripts/build_windows_bundle.sh` and `./scripts/build_windows_bundle.sh --portable-data` simultaneously as it will probably break the compilation process.
###### Create Packages
In order to compile and package the entire application just run (use lowercase '-p'):
``` shell
./scripts/build_windows_bundle.sh -p # Build and package normal version.
./scripts/build_windows_bundle.sh -p --portable-data # Build and package portable version.
```
Zip archives, and installers will be placed in the source root directory.
If you've already built the application and you just want to create the packages then run (use capital `-P`):
``` shell
./scripts/build_windows_bundle.sh -P # Build and package normal version.
./scripts/build_windows_bundle.sh -P --portable-data # Build and package portable version.
```
#### Before Datovka-4.11.1
In order to build the Datovka installer for Windows you require:
......
......