|
Building from source
Supported compilers
-
MSVC : Microsoft Visual C++ 9 (aka 2005)
(for Visual Studio 7 (aka 2002) or 8 (aka 2003), you can edit .sln and .xxproj to be compatible.
- .sln : "...Format Version 9.00" to 7.00
- .xxproj : "Version="8.00" or "Version="7.10" to 7.00
This is not always tested, but you should easily be able to adapt them for 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
|