Giter Club home page Giter Club logo

libebml's Introduction

libebml

a C++ libary to parse EBML files

Specifications may be rendered at http://matroska-org.github.io/libebml/

Building and installing

Building and installing the library

libebml is based on cmake and requires only a C++ compiler. This means that the normal build process consists of the usual steps:

  1. Create a build directory: mkdir build ; cd build
  2. Generate the make file: cmake ..
  3. Compilation: make
  4. Installation (run this as root): make install

Customizing what's build with options

By default only a static library is built.

This library supports the usual cmake options for specifying installation paths (e.g. -DCMAKE_INSTALL_PREFIX=/opt/libebml). The following additional cmake options are supported:

  • -DDISABLE_PKGCONFIG=YES — don't generate and install the libebml.pc package configuration module for pkg-config
  • -DDISABLE_CMAKE_CONFIG=YES — don't generate and install the package configuration module for cmake. Note that building libmatroska requires that the cmake configuration is available.
  • -DBUILD_SHARED_LIBS=YES — build the shared library instead of the static one (default: no)

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.

Included third-party components and their licenses

utf8-cpp

UTF-8 with C++ in a Portable Way

  • Copyright: 2006 Nemanja Trifunovic
  • License: custom (see src/lib/utf8-cpp/source/utf8.h)
  • URL: http://utfcpp.sourceforge.net/
  • Corresponding files: src/lib/utf8-cpp/*

libebml's People

Contributors

0-wiz-0 avatar begasus avatar chadbramwell avatar chouquette avatar dericed avatar evpobr avatar jengelh avatar maddthesane avatar maksqwe avatar mbunkus avatar mczarin avatar neheb avatar robux4 avatar rupan avatar typx avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.