MinGW+MSYS is a free and open source development environment for native Microsoft Windows applications. It includes a port of the g++ and a collection of GNU utilities such as bash, make, gawk and grep to allow building of applications and programs which depend on traditionally UNIX tools to be present.
                         
                        
                            Size: 109 MB
                        
                        
                            Authors: Colin Peters, Jan-Jaap van der Heijden, Mumit Khan, Anders Norlander, Earnie Boyd, Dale Handerson and others.
                        
                        
                            Tags:
                                
bash,
                                
c++,
                                
cpp,
                                
g++,
                                
gcc,
                                
gnu,
                                
grep,
                                
linux,
                                
mingw,
                                
msys,
                                
posix,
                                
unix
                         
                        
                        Default path: %HOMEDRIVE%\Programs\MinGW
                        
                            pbox install mingw
                             Show pbox.xml
                        
                        <pbox version="1.0">
    <name>mingw</name>
    <title>Minimalist GNU for Windows + MSYS</title>
    <version>4.7.2</version>
    <group>compiler</group>
    <group>utility</group>
    <group>os</group>
    <archs>32</archs>
    <homedir>%HOMEDRIVE%\Programs\MinGW</homedir>
    <install>
        <copy>.\files</copy>
        <path>${homedir}\bin</path>
        <path>${homedir}\libexec\gcc\mingw32\4.7.2</path>
        <path>${homedir}\mingw32\bin</path>
        <path>${homedir}\msys\1.0\bin</path>
        <path>${homedir}\msys\1.0\sbin</path>
        <env>MINGW_HOME=${homedir}</env>
    </install>
    <uninstall>
        <remove>${homedir}</remove>
        <unpath>${homedir}\bin</unpath>
        <unpath>${homedir}\libexec\gcc\mingw32\4.7.2</unpath>
        <unpath>${homedir}\mingw32\bin</unpath>
        <unpath>${homedir}\msys\1.0\bin</unpath>
        <unpath>${homedir}\msys\1.0\sbin</unpath>
        <unenv>MINGW_HOME</unenv>
    </uninstall>
</pbox>