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 64-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.
                         
                        
                            Size: 185 MB
                        
                        
                            Authors: GNU Project
                        
                        
                        
                        Default path: %HOMEDRIVE%\Programs\gcc13-64-winlibs
                        
                            pbox install gcc13-64-winlibs
                             Show pbox.xml
                        
                        <pbox version="1.0">
    <name>gcc13-64-winlibs</name>
    <title>GCC 13-64 (winlibs)</title>
    <version>13.2.0-5</version>
    <group>language</group>
    <archs>64</archs>
    <zipFile arch="64">gcc13-64-winlibs-13.2.0-5.7z</zipFile>
    <homedir>%HOMEDRIVE%\Programs\gcc13-64-winlibs</homedir>
    <install>
        <script>.\script\install.bat "${homedir}" "${zipFile}" gcc13-64-winlibs</script>
        <env>GCC_13_64_WINLIBS_HOME=${homedir}</env>
    </install>
    <uninstall>
        <remove>${homedir}</remove>            
        <unenv>GCC_13_64_WINLIBS_HOME</unenv>
    </uninstall>
</pbox>