This package contains mingw64 files the from msys2 (64-bit) installation. 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.
Size: 244 MB
Authors: jon_y, ktietz70, nightstrike
Tags:
cc,
clang,
cpp,
g++,
gcc,
linux,
mingw,
mingw-w64,
msys,
msys2,
posix,
unix,
w64
Default path: %HOMEDRIVE%\Programs\msys2-mingw64-9
pbox install msys2-mingw64-9
Show pbox.xml
<pbox version="1.0">
<name>msys2-mingw64-9</name>
<title>msys2-mingw64-9</title>
<version>9.2.0</version>
<group></group>
<archs>64</archs>
<zipFile arch="64">msys2-mingw64-9-9.2.0.zip</zipFile>
<homedir>%HOMEDRIVE%\Programs\msys2-mingw64-9</homedir>
<install>
<script>.\script\install.bat "${homedir}" "${zipFile}"</script>
<env>MSYS2_MINGW64_9_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>MSYS2_MINGW64_9_HOME</unenv>
</uninstall>
</pbox>