Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.3 KB

source_code_repository.md

File metadata and controls

28 lines (15 loc) · 1.3 KB


Source Code Repository

Source Code

Official releases

There are many ways to get access to the source code. As a 3rd party developer (user) you can download libmatroska and libebml from there official location in .tar.bz2 format. If you are a Java developer you can checkout JEBML from our Git repository for a Java Matroska reading library.

Source code repositories (Git)

We provide the source code to all of our projects in Git repositories hosted on github.com. There is one repository per project (e.g. libEBML and libMatroska).

You can clone a Git repository with the following command:

git clone https://github.com/Matroska-Org/repositoryname.git

e.g. for libMatroska:

git clone https://github.com/Matroska-Org/libmatroska.git

Obsolete repositories

Some of the very old repositories have not been migrated to github.com. The source code for those is still available in our old Subversion repository which you can clone with the following command:

svn checkout https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/