*** Welcome to piglix ***

MinGW

MinGW
Original author(s) Colin Peters
Developer(s) MinGW Project
Initial release July 1, 1998; 18 years ago (1998-07-01)
Stable release
0.6.2 - beta / October 4, 2013; 3 years ago (2013-10-04)
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.org
MinGW-w64
Original author(s) OneVision Software
Developer(s) Kai Tietz
Initial release 2005; 12 years ago (2005)
Stable release
6.2.1 / September 5, 2016; 4 months ago (2016-09-05)
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.org

MinGW (Minimalist GNU for Windows), formerly mingw32, is a free and open source software development environment for creating Microsoft Windows applications.

It 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.

MinGW can be run either on the native Microsoft Windows platform, cross-hosted on Linux (or other Unix), or "cross-native" on Cygwin.

An alternative called MinGW-w64 was created by a different author to include several new APIs and provide 64-bit support.


...
Wikipedia

...