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: 161 MB
Authors: GNU Project
Default path: %HOMEDRIVE%\Programs\gcc14-64-winlibs
pbox install gcc14-64-winlibs
Show pbox.xml
<pbox version="1.0">
<name>gcc14-64-winlibs</name>
<title>GCC 14-64 (winlibs)</title>
<version>14.2.0-1</version>
<group>language</group>
<archs>64</archs>
<zipFile arch="64">gcc14-64-winlibs-14.2.0-1.7z</zipFile>
<homedir>%HOMEDRIVE%\Programs\gcc14-64-winlibs</homedir>
<install>
<script>.\script\install.bat "${homedir}" "${zipFile}" gcc14-64-winlibs</script>
<env>GCC_14_64_WINLIBS_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>GCC_14_64_WINLIBS_HOME</unenv>
</uninstall>
</pbox>