TDM-GCC is a compiler suite for Windows. It combines the most recent stable release of the GCC toolset, a few patches for Windows-friendliness, and the free and open-source MinGW or MinGW-w64 runtime APIs to create an open-source alternative to Microsoft's compiler and platform SDK.
Size: 49 MB
Authors: John E. / TDM
Tags:
bash,
c++,
cpp,
g++,
gcc,
gnu,
grep,
linux,
mingw,
msys,
posix,
tdm,
tdm-gcc,
tdragon,
unix
Default path: %HOMEDRIVE%\Programs\mingw-tdm-gcc
pbox install mingw-tdm-gcc
Show pbox.xml
<pbox version="1.0">
<name>mingw-tdm-gcc</name>
<title>MinGW TDM-GCC</title>
<version>4.9.2</version>
<group>compiler</group>
<group>utility</group>
<group>os</group>
<archs>32</archs>
<homedir>%HOMEDRIVE%\Programs\mingw-tdm-gcc</homedir>
<install>
<copy>.\files</copy>
<path>${homedir}\bin</path>
<path>${homedir}\libexec\gcc\mingw32\4.9.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.9.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>