🌐
Medium
medium.com β€Ί @gawade.jitu02 β€Ί run-c-on-windows-using-mingw-f980c7be6b2f
Run c++ on windows using MinGW
November 22, 2023 - Visit the MinGW website: MinGW β€” Minimalist GNU for Windows. Look for the β€œDownloads” section and download the installer appropriate for your system (32-bit or 64-bit).
🌐
Dev-C++
bloodshed-dev-c.en.softonic.com β€Ί home β€Ί windows β€Ί development & it β€Ί programming languages β€Ί dev-c++
Dev-C++ - Download
November 3, 2025 - Unlike Visual C++, however, there is a bit more overhead in regards to win32 API programming than in Visual C++. This doesn't exactly make it *bad* - I think it helps since it forces you to re-enforce your knowledge of how to code windows, forms, menus, etc on your own from scratch.The interface is very user friendly, all the menus are organized in a logical manner, the project windows and the like are laid out in a neat, and not really annoying fashion. You can configure any library you want with it, either manually, or using the DevPak system, which is unfortunately not supported anymore. A real shame since it saved a LOT of time and allowed me to spend less time installing the SDL libraries, for example, and actually USING said libraries.Another reviewer listed the use of an "outdated" compiler as a con.
Rating: 8/10 ​ - ​ 14.2K votes
Discussions

Is MinGW-w64 a "Stand Alone" installation on Windows?
Yes, git bash's portable install option does this More on reddit.com
🌐 r/AskProgramming
3
2
June 6, 2024
Replacing mingw gcc with newer gcc version (Windows 11)
You can use MSYS2. It also comes with package manager and repository that contains many prebuilt open source libraries. More on reddit.com
🌐 r/cpp_questions
30
3
November 4, 2023
How to install mingw on windows?

Installing Linux is easier than mingw.😬

More on reddit.com
🌐 r/Btechtards
1
1
June 21, 2023
MinGW-w64, outdated binaries
The binaries on sourceforge havn't been maintained or updated for a long time. You are recommended to use the distribution from Msys2 (and deal with the slightly janky Cygwin based environment). https://github.com/msys2/msys2-installer/releases (grab the .sfx.exe is probably the easiest, since self extracting but no registry modification). My biggest pet peeve with it is that the whole process is very tied to the internet (an issue with package managers to be honest) so if you are the same, perhaps just use Msys2/pacman to download the full MinGW-64 install and then zip it up and delete Msys2 again. More on reddit.com
🌐 r/cpp
35
33
March 2, 2022
🌐
R Project
cran.r-project.org β€Ί bin β€Ί windows β€Ί Rtools β€Ί rtools45 β€Ί rtools.html
Rtools45 for Windows
Rtools45 consists of Msys2 build tools, GCC 14/MinGW-w64 compiler toolchain, libraries built using the toolchain, and QPDF. Rtools45 supports 64-bit Windows and UCRT as the C runtime.
🌐
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).
🌐
SourceForge
sourceforge.net β€Ί home β€Ί open source software β€Ί software development β€Ί build tools β€Ί mingw - minimalist gnu for windows β€Ί files
MinGW - Minimalist GNU for Windows - Browse /MinGW at SourceForge.net
To install files distributed by MinGW we suggest you use the mingw-get installer: https://sourceforge.net/projects/mingw/files/Installer To set mingw-get up for first time use, run the mingw-get-setup.exe tool; this will install mingw-get for use as a command line tool, and, at your option, ...
GNU development software for Windows
MinGW GCC For M68K
Mingw-w64 is a free and open-source suite of development tools that generate Portable Executable (PE) binaries for Microsoft Windows. It was forked in 2005–2010 from MinGW (Minimalist GNU for Windows). Mingw-w64 includes … Wikipedia
Factsheet
MinGW-w64
Original author OneVision Software
Developers Kai Tietz, Jonathan Yong, various GNU contributors
Factsheet
MinGW-w64
Original author OneVision Software
Developers Kai Tietz, Jonathan Yong, various GNU contributors
🌐
mingw-w64
mingw-w64.org
mingw-w64
Mingw-w64 is an advancement of the original mingw.org project, which was created to support the GCC compiler on Windows systems. It was forked in 2007 in order to provide 64-bit support and newer APIs.
Find elsewhere
🌐
Dev-cpp
dev-cpp.com
Home | Dev-C++ Official Website
Dev-C++ is a full-featured C and C++ Integrated Development Environment (IDE) for Windows platforms. Millions of developers, students and researchers use Dev-C++ since the first version was released in 1998. Dev-C++ 5.0 beta 9.2 (4.9.9.2) with Mingw/GCC 3.4.2 compiler and GDB 5.2.1 debugger.
🌐
Visual Studio Code
code.visualstudio.com β€Ί docs β€Ί cpp β€Ί config-mingw
Using GCC with MinGW
November 3, 2021 - To install the MinGW-w64 toolchain, check out this video or follow the steps below: You can download the latest installer from the MSYS2 page or use this direct link to the installer.
🌐
SourceForge
sourceforge.net β€Ί home β€Ί open source software β€Ί software development β€Ί compilers β€Ί mingw-w64 - for 32 and 64 bit windows β€Ί files
MinGW-w64 - for 32 and 64 bit Windows - Browse /Toolchains targetting Win32/Personal Builds/mingw-builds/installer at SourceForge.net
*mingw-w64-install.exe **01.15.2017 sha256: 19b9a267a5b79913bf6a3a53cda83c3f7711cb6c879d48ccb97b4ed15c21fcf1 VirusTotal report: https://www.virustotal.com/en/file/19b9a267a5b79913bf6a3a53cda83c3f7711cb6c879d48ccb97b4ed15c21fcf1/analysis/ Source: README, updated 2017-01-15 Β·
🌐
GitHub
gist.github.com β€Ί jacksonrakena β€Ί fd83c781c9175375b8326024ab2964ba
Installing MinGW (GCC C++) and Geany, for ENGR 101 at VUW Β· GitHub
This guide details how to install MinGW, the GNU C/C++ compiler, on a Windows or macOS operating system (clang).
🌐
Tesseract OCR
tesseract-ocr.github.io β€Ί tessdoc β€Ί Installation.html
Introduction | tessdoc
An installer for the OLD version 3.02 is available for Windows from our download page. This includes the English training data.
🌐
raylib
raylib.com
raylib | A simple and easy-to-use library to enjoy videogames programming
Multiplatform: Windows, Linux, MacOS, RPI, Android, HTML5...
🌐
Eclipse Foundation
eclipse.dev β€Ί 4diac β€Ί doc β€Ί installation β€Ί mingw.html
Setting Up MinGW-W64 | The Eclipse Foundation
We recommend to create a folder mingw-w64 on your system drive (e.g., C:\mingw). Install a current version and specify win32 as thread when requested. Additionally, choose the architecture x86_64.
🌐
Reddit
reddit.com β€Ί r β€Ί EdenEmulator
Eden - Nintendo Switch emulator for PC
March 31, 2025 - The Windows amd64 Eden MinGW PGO Build Is Not Launching When Double-Clicked (Stable Build v0.2.0-rc2 & Nightly Build f088f5bd45) ... When attempting to launch, no window opens and no application launches in the background. The blue loading circle briefly appears next to the cursor. I have VC++ Redistributables installed ...
🌐
GitHub
github.com β€Ί rcpacini β€Ί mingw-w64
GitHub - rcpacini/mingw-w64: mingw-w64 installers Β· GitHub
>>> gcc -v Β· The mingw-w64-install.exe online installer is a minimal application that downloads the correct MingGW architecture version from SourceForge using a file lookup repository.txt here: Home / Toolchains targetting Win32 / Personal ...
Starred by 49 users
Forked by 16 users
🌐
CMake
cmake.org β€Ί download
Download CMake
On UNIX, one may use the bootstrap script provided in the source tree to build CMake. In order to build the Windows version of CMake, you will need a current binary installation of CMake to bootstrap the build process.
🌐
SourceForge
sourceforge.net β€Ί projects β€Ί mingw
MinGW - Minimalist GNU for Windows download | SourceForge.net
mingw-w64-install.exe Β· mingw-w64 - for 32 and 64 bit windows Β· mingw Β· mingw-get-setup.exe Β· mingw compiler for mac Β· mingw-w64 Β· mingw for mac Β· x86_64-posix-seh Β· Related Business Categories Β· Build Automation Β· Debugging Β· Application Development Β·
Rating: 4.3 ​ - ​ 223 votes
🌐
GLFW
glfw.org
An OpenGL library | GLFW
This release of GLFW can still be compiled with the original MinGW if necessary, but future releases will drop this support. ... GLFW 3.3.9 is available for download. This is primarily a bug fix release for all supported platforms but it also adds libdecor support for Wayland. This provides better window decorations in some desktop environments, notably GNOME.
🌐
GNU
gcc.gnu.org
GCC, the GNU Compiler Collection - GNU Project
The GNU Compiler Collection includes front ends for C, C++, Objective-C, Objective-C++, Fortran, Ada, Go, D, Modula-2, COBOL, Rust, and Algol 68 as well as libraries for these languages (libstdc++,...). GCC was originally written as the compiler for the GNU operating system.
🌐
mpv
mpv.io β€Ί installation
mpv.io | Installation
a free, open source, and cross-platform media player