Platform: Win32

32-bit Windows build (WINE 6.0.2, MSVC++ 2017, Boost 1.83, Python 3)

This platform builds and tests IMP for 32-bit Windows, and also builds a .exe installer. It does not actually run on a real Windows machine; it runs on a Linux box and runs the real Windows binaries for the C++ compiler, Python 3, and the built IMP itself via WINE. (We do this to more easily integrate with our Linux systems.)

To build the .exe package yourself, see the tools/w32/ directory, in particular the make-package.sh script.

It should also be possible to build IMP on a real Windows machine; instructions are in the IMP documentation. If it doesn't work, let us know and we'll fix it!