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: 104 MB
Authors: jon_y, ktietz70, nightstrike
Tags:
c++,
cpp,
g++,
gcc,
gnu,
linux,
mingw,
mingw-w64,
posix,
tdm,
tdm-gcc,
tdragon,
unix,
w64
Default path: %HOMEDRIVE%\Programs\mingw-w64-5
pbox install mingw-w64-5
Show pbox.xml
<pbox version="1.0">
<name>mingw-w64-5</name>
<title>MinGW-w64-5</title>
<version>5.1.0</version>
<group>tools</group>
<archs>32</archs>
<zipFile arch="32">mingw-w64-5-5.1.0.zip</zipFile>
<homedir>%HOMEDRIVE%\Programs\mingw-w64-5</homedir>
<install>
<script>.\script\install.bat "${homedir}" "${zipFile}"</script>
<env>GCC5_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>GCC5_HOME</unenv>
</uninstall>
</pbox>