Original author(s) | Colin Peters |
---|---|
Developer(s) | MinGW Project |
Initial release | July 1, 1998 |
Stable release |
GNU BinUtils—2.28-1, Installation Manager—0.6.3, WSL—5.1 / January 13, 2018
|
Development status | Active |
Written in | C, C++ |
Operating system | Microsoft Windows, Unix-like (as a cross compiler) |
Type | Compiler |
License | Public domain (headers), GNU General Public License (compiler and toolchain) |
Website | mingw |
Original author(s) | OneVision Software |
---|---|
Developer(s) | Kai Tietz |
Initial release | 2005 |
Stable release |
5.0.3 / November 4, 2017
|
Written in | C, C++ |
Operating system | Microsoft Windows |
Type | Compiler |
License | Public domain (headers), GNU General Public License (compiler and toolchain), Zope Public License |
Website | mingw-w64 |
MinGW (Minimalist GNU for Windows), formerly mingw32, is a free and open source software development environment for creating Microsoft Windows applications. The development of the original MinGW project has halted in 2013, but an alternative called MinGW-w64 has been created by a different author to include several new APIs and provide 64-bit support.
MinGW includes a port of the GNU Compiler Collection (GCC), GNU Binutils for Windows (assembler, linker, archive manager), a set of freely distributable Windows specific header files and static import libraries which enable the use of the Windows API, a Windows native build of the GNU Project's GNU Debugger, and miscellaneous utilities.
MinGW does not rely on third-party C runtime dynamic-link library (DLL) files, and because the runtime libraries are not distributed using the GNU General Public License (GPL), it is not necessary to distribute the source code with the programs produced, unless a GPL library is used elsewhere in the program.