Building from source

Supported compilers

  • MSVC : Microsoft Visual C++ 9 (aka 2005)
    (for Visual Studio 7 (aka 2002) or 8 (aka 2003), edit .sln and .xxproj for compatibility.
    - .sln : "...Format Version 9.00" to 7.00
    - .xxproj : "Version="8.00" or "Version="7.10" to 7.00
    This is not fully tested, but should easily adapt to your compiler)
  • BCB : Borland C++ Builder 6
  • DevCpp : Dev-C++ (Dev-Cpp is an IDE for MinGW)
    (I am working on this release, not stable)
  • MinGW : MinGW on Windows
    (I am working on this release, not stable)
  • GCC : Linux GCC
    (I am working on this release, not stable)

Needed

Optional

  • Build MediaInfo DLL
  • Build MediaInfo Cmd
  • Build MediaInfo GUI