llitz / libmatroska

a C++ libary to parse Matroska files (.mkv and .mka)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libmatroska

a C++ libary to parse and create Matroska files

Building and installing

Building a released version

libmatroska is based on autoconf and automake. It requires a C++ compiler as well as libebml and pkg-config. Being an autoconf-based project means that the normal build process consists of the usual three steps:

  1. Configuration: ./configure
  2. Building: make
  3. Installation (run this as root): make install

Building from git

If you're building from git you must have the GNU autotools (autoconf, automake, libtoolize) installed. Then run the following two commands:

  1. libtoolize
  2. autoreconf -vi

Afterwards continue with the steps listed for building a released version.

About

a C++ libary to parse Matroska files (.mkv and .mka)

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 90.1%Language:C 7.5%Language:Objective-C 1.3%Language:Makefile 0.9%Language:M4 0.1%