@@ -15,7 +15,7 @@ \chapter{Configuring and Building ITK}
1515
1616ITK has been developed and tested across different combinations of operating
1717systems, compilers, and hardware platforms including Microsoft Windows, Linux on
18- various architectures, UNIX, macOS, and Cygwin . Dedicated community members and
18+ various architectures, UNIX, macOS, and Mingw-w64 . Dedicated community members and
1919Kitware are committed to providing long-term support of the most prevalent
2020development environments (Visual Studio, macOS, and Linux) for building ITK:
2121
@@ -226,7 +226,7 @@ \section{Using CMake for Configuring and Building ITK}
226226testing, and code generation.
227227
228228CMake generates native Makefiles or workspaces to be used with the corresponding
229- development environment of your choice. For example, on UNIX and Cygwin systems,
229+ development environment of your choice. For example, on UNIX and MinGW systems,
230230CMake generates Makefiles; under Microsoft Windows CMake generates Visual Studio
231231workspaces; CMake is also capable of generating appropriate build files for
232232other development environments, e.g., Eclipse. The information used by CMake is
0 commit comments