implementation of the GNU toolchain for Windows, 32-bit version; see also Mingw-w64
MinGW_installation_manager.webp
MinGW GCC For M68K
MinGW ("Minimalist GNU for Windows"), formerly mingw32, is a free and open source software development environment to create Microsoft Windows applications. MinGW includes a port of the GNU Compiler Collection (GCC), GNU … Wikipedia
Ratings
Factsheet
Original author Colin Peters
Developer MinGW Project
Initial release July 1, 1998; 27 years ago (1998-07-01)
Factsheet
Original author Colin Peters
Developer MinGW Project
Initial release July 1, 1998; 27 years ago (1998-07-01)
🌐
Wikipedia
en.wikipedia.org › wiki › MinGW
MinGW - Wikipedia
1 week ago - 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 ...
🌐
mingw-w64
mingw-w64.org
mingw-w64
Mingw-w64 is a collection of header files, import libraries, libraries and tools that, when combined with a compiler toolchain, such as GCC or LLVM, provides a complete development environment for building native Windows applications and libraries.
🌐
Wikipedia
en.wikipedia.org › wiki › Mingw-w64
Mingw-w64 - Wikipedia
3 weeks ago - Mingw-w64 includes a build of the GNU Compiler Collection (GCC) targeting the MinGW-w64 platform, GNU Binutils for Windows (assembler, linker, archive manager), a set of freely distributable Windows specific header files and static import libraries for the Windows API, a Windows-native version of the GNU Project's GNU Debugger, and miscellaneous utilities.
🌐
OSDev Wiki
wiki.osdev.org › MinGW
MinGW - OSDev Wiki
MinGW (Minimalist GNU for Windows) is a port of several GNU utilities to the Windows console environment, including the GCC / binutils toolchain. It is less sophisticated than Cygwin, but more compact with a lower overhead.
🌐
Mingw
mingw.org › wiki › MSYS
mingw.org
MinGW, short for Minimalist GNU for Windows, is a development environment designed to bring the power of GNU tools and libraries to the Windows platform. It provides a lightweight, yet functional, set of tools that enable developers to compile and run native Windows applications using familiar ...
🌐
Mingw
mingw.org › wiki
MinGW – Minimalist GNU for Windows | AnswerHarbor
MinGW serves as a bridge between the GNU Compiler Collection (GCC) and the Windows operating system, allowing developers to compile C, C++, and other language programs natively on Windows.
🌐
Fandom
setup.fandom.com › wiki › MinGW
MinGW | Set up and get started Wiki | Fandom
1. Go to the getting started page at MinGW's home page: http://www.mingw.org/wiki/Getting_Started, where you will find a link to the latest automated MinGW installer from sourceforge.net (currently MinGW-5.1.4.exe).
🌐
Mingw
mingw.org
www.mingw.org - Coming Soon
MinGW, short for Minimalist GNU for Windows, is a development environment designed to bring the power of GNU tools and libraries to the Windows platform. It provides a lightweight, yet functional, set of tools that enable developers to compile ...
Find elsewhere
🌐
Tcl Wiki
wiki.tcl-lang.org › page › mingw
mingw - the Tcler's Wiki!
MinGW , short for Minimalist GNU for Windows, provides a port of GCC to Microsoft Windows, along a shell and a collection of utilities that constitute a typical minimal environment in which to build software with GCC.
🌐
Qt Wiki
wiki.qt.io › MinGW
MinGW - Qt Wiki
MinGW.org is the original project. The latest version gcc 4.7.2.
🌐
OSDN
osdn.net › find software › software development › code generators › mingw - minimalist gnu for windows
MinGW - Minimalist GNU for Windows Project Top Page - OSDN
December 22, 2024 - This is the official download site for the latest packages originating from the MinGW.OSDN Project, (formerly the MinGW.org Project; however, that domain is no longer associated with this project).
🌐
Linux.org
linux.org › home › forums › linux.org news, tutorials and articles › linux original content › linux articles › linux other
MinGW | Linux.org
June 28, 2015 - MinGW FAQ - http://www.mingw.org/wiki/FAQ · slide.jpg · 64.5 KB · Views: 43,269 · Last edited: Jun 28, 2015 · OP D · Jul 11, 2015 · #2 · Official Linux.org Reading Guide - http://www.linux.org/threads/reading-guides-indexes.6034/ You must log in or register to reply here.
🌐
Gentoo Wiki
wiki.gentoo.org › wiki › Mingw
MinGW - Gentoo wiki
gentoo.org · Wiki · Bugs · Packages ... · GitWeb · #mingw-w64 (webchat) MinGW (historically MinGW32) is a toolchain that provides a native GCC-based environment for compiling Windows binaries....
🌐
Khronos
khronos.org › opengl › wiki › MinGW
MinGW - OpenGL Wiki
http://www.mingw.org/ http://gcc.gnu.org/onlinedocs/ http://www.xmission.com/~nate/glut.html · http://www.xmission.com/~nate/glut/glut-3.7.6-bin.zip · http://www.elf-stone.com/glee.php · http://glew.sourceforge.net/ http://www.opengl.org/resources/code/samples/redbook/ http://www.opengl.org/resources/code/samples/redbook/hello.c · Retrieved from "https://wikis.khronos.org/opengl/index.php?title=MinGW&oldid=2079"
🌐
SourceForge
sourceforge.net › projects › mingw
MinGW - Minimalist GNU for Windows download | SourceForge.net
A native Windows port of the GNU Compiler Collection (GCC) MinGW: A native Windows port of the GNU Compiler Collection (GCC), with freely distributable import libraries and header files for building native Windows applications; includes ...
Rating: 4.3 ​ - ​ 223 votes
🌐
Wikidata
wikidata.org › wiki › Q595758
MinGW - Wikidata
implementation of the GNU toolchain for Windows, 32-bit version; see also Mingw-w64 · Minimalist GNU for Windows edit · instance of · compiler · 0 references · port · 0 references · inception · 1 July 1998 · 2 references · imported ...
🌐
Readthedocs
cython-docs2.readthedocs.io › en › latest › src › tutorial › appendix.html
Appendix: Installing MinGW on Windows — Cython 0.15pre documentation
Download the MinGW installer from http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite. (As of this writing, the download link is a bit difficult to find; it’s under “About” in the menu on the left-hand side).
🌐
Qt Wiki
wiki.qt.io › Mingw-64-bit
Mingw-64-bit - Qt Wiki
The MinGW from http://www.mingw.org/ does only support gcc 32 bit (host and target). The independent minGW-w64 project provides support for 64 bit, and also supports a much larger part of the Windows API.