foundation-source

libEBML2, libMatroska2, mkvalidator, mkclean and the specifications

  • Owner: Matroska.org point_right projecs by owner (0)
  • Platform:
  • License:: BSD 3-Clause "New" or "Revised" License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

1/ To build these sources you first need to build coremake:

  • for UNIX + gcc:
    gcc corec/tools/coremake/coremake.c -o coremake

  • for Windows in a Visual Studio shell:
    cl corec/tools/coremake/coremake.c -o coremake.exe

2/ Generate the makefiles

  • for gcc on Linux
    ./coremake gcc_linux
    or
    ./coremake gcc_linux_x64

  • for gcc on Mingw64
    ./coremake gcc_win64

  • for Visual Studio on Windows
    ./coremake vs9_x64

3a/ build the spec tools

make -C spectool

the result executables will be in /release/<gcc_win64> with <gcc_win64> being the name of the
coremake target you used on step 2.

3b/ build mkvalidator

make -C mkvalidator

the result executables will be in /release/<gcc_win64> with <gcc_win64> being the name of the
coremake target you used on step 2.

3c/ build mkclean

make -C mkclean

the result executables will be in /release/<gcc_win64> with <gcc_win64> being the name of the
coremake target you used on step 2.

Code of conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Main metrics

Overview
Name With OwnerMatroska-Org/foundation-source
Primary LanguageC
Program languageC (Language Count: 8)
Platform
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2013-01-11 05:49:52
Pushed At2025-10-28 19:24:39
Last Commit At2025-10-28 19:02:15
Release Count8
Last Release Namemkvalidator-0.6.0 (Posted on )
First Release Namemkclean-0.8.9 (Posted on )
用户参与
Stargazers Count62
Watchers Count9
Fork Count28
Commits Count1.5k
Has Issues Enabled
Issues Count67
Issue Open Count36
Pull Requests Count131
Pull Requests Open Count7
Pull Requests Close Count9
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private