WinLibs (POSIX threads, UCRT runtime) Brecht Sanders
winget install --id=BrechtSanders.WinLibs.POSIX.UCRT -e
In short: it's a free C and C++ compiler for Microsoft Windows. GCC (GNU Compiler Collection) is a free and open source compiler for C and C++ (and other languages like Objective-C, Fortran, D). MinGW-w64 is a free and open source C library for targetting Windows 32-bit and 64-bit platforms. The combination of these results in a free C/C++ compiler for Windows. Even though GCC and MinGW-w64 can be used on other platforms (e.g. Linux) to generate Windows executables, the WinLibs project only focusses on building versions that run natively on Windows. Also some additional tools are added, including: - GDB - the GNU Project debugger - GNU Binutils - a collection of binary tools - GNU Make - a tool which controls the generation of executables and other non-source files - Yasm - The Yasm Modular Assembler Project - NASM - The Netwide Assembler - JWasm - A free MASM-compatible assembler - LLVM/Clang/LLD/LLDB - The LLVM Compiler Infrastructure This is a standalone build, which means this download offers a complete compiler environment for Windows. In the future WinLibs plans to also release binary packages of many open source libraries and applications built with this compiler.
WinLibs is a free C/C++ compiler for Microsoft Windows, combining the GNU Compiler Collection (GCC) with MinGW-w64. This standalone build provides a complete development environment natively on Windows, enabling users to compile applications using POSIX threads and the Universal C Runtime (UCRT).
Key Features:
- Cross-platform compatibility through POSIX threading support.
- Integration of essential tools like GDB debugger, GNU Binutils, Make, Yasm, NASM, JWasm, and LLVM/Clang for a robust development workflow.
- Native installation via winget for ease of use.
Ideal for developers working on Windows who need a reliable open-source compiler to build applications or test existing codebases. It is particularly beneficial for those aiming to port software to other platforms or utilize the latest C++ standards, offering a comprehensive and flexible environment for development.