A simple explanation of what is MinGW - Stack Overflow MinGW is an implementation of most of the GNU building utilities, like gcc and make on windows, while gcc is only the compiler Cygwin is a lot bigger and sophisticated package, wich installs a lot more than MinGW
What is the difference between Cygwin and MinGW? What is MinGW? MinGW is a distribution of the GNU compiler tools for native Windows, including the GNU Compiler Collection, GNU Binutils and GNU Debugger Also included are header files and libraries allowing development of native Windows applications This therefore will act as an open source alternative to the Microsoft Visual C++ suite
c++ - How to add MinGW to PATH? - Stack Overflow 0 If reinstalling MinGW doesn't work, add MinGW to PATH manually by this: Find your computer's property, and then go to Advanced Click Alt+N Find PATH in the box below Add the path of your MinGW compiler to it Note: Add the BIN folder