x86_64-w64-mingw32-widl
Development tools for 32- and 64-bit Windows
Install
- All systems
-
curl cmd.cat/x86_64-w64-mingw32-widl.sh
- Debian
-
apt-get install mingw-w64-tools
- Ubuntu
-
apt-get install mingw-w64-tools
- Kali Linux
-
apt-get install mingw-w64-tools
- Fedora
-
dnf install mingw-w64-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mingw-w64-tools
- Raspbian
-
apt-get install mingw-w64-tools
- Dockerfile
- dockerfile.run/x86_64-w64-mingw32-widl
mingw-w64-tools
Development tools for 32- and 64-bit Windows
MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). This package contains: * gendef, which extracts DLL exports from Windows executables; * genidl, which extracts IDL information from Windows executables; * genpeimg, which manipulates PE flags in Windows executables; * widl, which generates build files from IDL descriptions; * pkg-config symlinks to allow .pc-based libraries to be used.