Creating packages

Prerequisites

To create bundled packages, some additional python packages are needed, usually installed using pip:

Mac OSX:

  • GitPython
  • py2app

Windows:

  • GitPython
  • py2exe_py2
  •  

In additon, the git binaries are needed (https://git-scm.com/download/win; when installing, check the option to make sure that git.exe is found using the system path.)

 

Run packager

Run createBundle.py from the Eclipse shell to create the platform specific bundle.

Options:

  • srcUpdate to collect differences since the last tag
  • --skipGit to skip git checking