The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems. It combines the most recent stable release of the GCC toolset, a few patches for Windows-friendliness. Also includes MSYS-2 installation.
                         
                        
                            Size: 43 MB
                        
                        
                            Authors: jon_y, ktietz70, nightstrike
                        
                        
                            Tags:
                                
bash,
                                
c++,
                                
cpp,
                                
g++,
                                
gcc,
                                
gnu,
                                
grep,
                                
linux,
                                
mingw,
                                
mingw-w64,
                                
msys,
                                
msys2,
                                
posix,
                                
tdm,
                                
tdm-gcc,
                                
tdragon,
                                
unix,
                                
w64
                        Default path: %HOMEDRIVE%\Programs\mingw-w64
                        
                            pbox install mingw-w64
                             Show pbox.xml
                        
                        <pbox version="1.0">
    <name>mingw-w64</name>
    <title>MinGW-w64</title>
    <version>6.2.0.1</version>
    <group>compiler</group>
    <group>utility</group>
    <group>os</group>
    <archs>32</archs>
    <homedir>%HOMEDRIVE%\Programs\mingw-w64</homedir>
    <install>
        <copy>.\files</copy>
        <path>${homedir}\bin</path>
        <env>GCC6_HOME=${homedir}</env>
    </install>
    <uninstall>
        <remove>${homedir}</remove>
        <unpath>${homedir}\bin</unpath>
        <unenv>GCC6_HOME</unenv>
    </uninstall>
</pbox>