Skip to content

Commit 4b60d4f

Browse files
committed
DOC: Update references to Cygwin
The Cygwin compiler is no longer supported -- we now support Mingw-w64.
1 parent 4ccb12a commit 4b60d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftwareGuide/Latex/Introduction/Installation.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ \chapter{Configuring and Building ITK}
1515

1616
ITK has been developed and tested across different combinations of operating
1717
systems, 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
1919
Kitware are committed to providing long-term support of the most prevalent
2020
development environments (Visual Studio, macOS, and Linux) for building ITK:
2121

@@ -226,7 +226,7 @@ \section{Using CMake for Configuring and Building ITK}
226226
testing, and code generation.
227227

228228
CMake 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,
230230
CMake generates Makefiles; under Microsoft Windows CMake generates Visual Studio
231231
workspaces; CMake is also capable of generating appropriate build files for
232232
other development environments, e.g., Eclipse. The information used by CMake is

0 commit comments

Comments
 (0)