mingw-contrib is a fix for missing or outdated libraries in LLVM-MinGW (ARMv7). The original usage was to fix WMF (Windows Media Foundation), but now we need it for more. This was made mainly for Qt, but it can be used for any purposes. It doesn't overwrite any files in include
or lib
, so there's nothing to worry about.
If you're using the correct MXE sources, then all you have to do is run make mingw-contrib
in the root directory of MXE.
To build mingw-contrib from source, all you need is CMake and LLVM-MinGW. After cloning the source, at the root of the directory you can build the project by running:
mkdir build
cd build
// You can use plain CMake, but MXE provides armv7-w64-mingw32-cmake
armv7-w64-mingw32-cmake ..
make -j
make install
Check USAGE.md
Check mingw-w64-info. You can get the original source code at SourceForge.