@@ -9,22 +9,15 @@ The program is licensed with the BSD license. So you can modify it in any way
99you want. However we ask that you generously give back your enhancements
1010to the community if you think it can help. Contact: slhomme@matroska.org
1111
12- mkclean depends on libebml2 (BSD) and libmatroska2 (BSD) that themselves
12+ mkvalidator depends on libebml2 (BSD) and libmatroska2 (BSD) that themselves
1313rely on Core-C (BSD) which adds an object API on top of the C language.
1414
15+ mkvalidator can be built with minilzo support whic is GPL. In that case the
16+ license of the binary becomes GPL.
17+
1518** BUILDING **
16- To build mkvalidator you have to build coremake first:
17- You can either run ./configure on Linux/OS X or
18- - Just compile <root>/corec/tools/coremake/coremake.c with your C compiler.
19- - run coremake from the root of the source :
20- * "coremake.exe vs9_win32" to generate the project files for Visual Studio 2008
21- * "coremake gcc_linux" to generate the project files for GNU make building with gcc
22- * "coremake gcc_linux_x64" for GNU make building with gcc on Linux 64 bits
23- * "coremake xcode_uni" to generate the project files for XCode for a universal OS X binary
24- * look in the coremake folder for all the platforms supported
19+ To build mkvalidator you need CMake and a working C compiler.
2520
26-
27- The Makefile/mkvalidator.sln will end up in the mkvalidator folder. You just have to
28- build from there and it will create mkvalidator(.exe) under <root>/release/
21+ You just run "cmake ." to generate the makefiles and then "make".
2922
30- To delete all the project files run "coremake(.exe) clean" from the root of the sources .
23+ On Windows a Visual Studio project may be created instead .
0 commit comments