MSYS

To build ITK using MSYS on Windows 7, follow these instructions.

Download from here: http://sourceforge.net/projects/mingw/files/latest/download?source=files

or if there is a later version from the time that this page was written, download it from here: http://sourceforge.net/projects/mingw/files/Installer/

Make sure to check "C compiler", "C++ compiler", and "MinGW Developer ToolKit".

You MUST add mingw to your path (Add "c:/MinGW/bin" to the "PATH" variable here: Right click my computer -> Properties -> Advanced System Settings -> Advanced -> Environment variables)

You MUST add msys to your path (Add "C:\MinGW\msys\1.0\bin" to the "PATH" variable here: Right click my computer -> Properties -> Advanced System Settings -> Advanced -> Environment variables)

Ninja

To build ITK using MSYS/MinGW/Ninja on Windows 7, follow these instructions.

Download from here: http://sourceforge.net/projects/mingw/files/latest/download?source=files

or if there is a later version from the time that this page was written, download it from here: http://sourceforge.net/projects/mingw/files/Installer/

Make sure to check "C compiler", "C++ compiler", and "MinGW Developer ToolKit".

Download Ninja from here: https://github.com/martine/ninja/downloads Unzip the the zipfile.

MinGW

To build ITK using MinGW on Windows 7, follow these instructions.

Download from here: http://sourceforge.net/projects/mingw/files/latest/download?source=files

or if there is a later version from the time that this page was written, download it from here: http://sourceforge.net/projects/mingw/files/Installer/

Make sure to check "C compiler", "C++ compiler", and "MinGW Developer ToolKit".

You MUST add mingw to your path (Add "c:/MinGW/bin" to the "PATH" variable here: Right click my computer -> Properties -> Advanced System Settings -> Advanced -> Environment variables)

You MUST NOT add msys to your PATH