This document describes how to build PyGamma wheels for Windows using Python 2.7 (deprecated).
This document assumes you are building a 64-bit PyGamma, although the build procedure is the same for both 32- and 64-bit.
pip install wheel
Note that the free MS VS 2008 Express cannot create 64-bit executables.
gamma\VERSION
filegamma/platforms/msvc2008e/dynamic/gamma.sln
gamma\pygamma
directory, open a cmd window, type python setup.py bdist_wheel
The wheel file will be in the dist
directory.