Skip to content

armdevvel/mingw-contrib

Repository files navigation

mingw-contrib - A fix for missing or outdated libraries in LLVM-MinGW (ARMv7)

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.

Installing

MXE

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.

From Source

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

Using

Check USAGE.md

Original Authors and Copying

Check mingw-w64-info. You can get the original source code at SourceForge.

About

Fixes for missing or outdated components in LLVM-MinGW.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •