brechtsanders / winlibs_mingw

winlibs standalone build of GCC compiler and MinGW-w64
936 stars 42 forks source link

MinGW-w64 - winlibs standalone build

The winlibs standalone build of GCC compiler and MinGW-w64. GCC is a free and open source C/C++ compiler. MinGW-w64 is a free and open source for targetting Windows Intel 32-bit and Intel 64-bit platforms with C/C++ compilers. The combination of both gives you a free C/C++ compiler for Windows.

Additional tools are added to this build including:

Binary downloads are available for Windows only:

Each build is built with itself, so optimizations included in newer GCC versions are also compiled into the compiler itself.

The ultimate goal of winlibs is to also provide libraries built with this compiler, in order to provide a comprehensive C/C++ development environment, with the following goals in mind:

In addition to building GCC there are also releases of LLVM (which include Clang/LLD/LLDB), which are built with GCC and linked agains GCC's standard libraries.