Installation on Windows

Installing VocBall

To install VocBall just follow the setup wizard of VocabularyFootballSetup.exe.

Building

You can build a Windows executable file and package on your own. Therefor you need to install the development platform MSYS2. Just follow the installation instructions given in the documentaton of PyGObject.

For freezing the Python files into a standalone executable you have to use PyInstaller (>= 3.6). To start the build process open a mingw64 terminal and type in the following command in the main directory of VocBall:

pyinstaller setup-win.spec

The full package will be created in the folder dist.