Skip to content

stoth68000/libklscte35

Folders and files

NameName
Last commit message
Last commit date
Jan 13, 2017
Oct 19, 2016
Feb 26, 2025
Feb 26, 2025
Feb 20, 2025
Oct 19, 2016
Jan 31, 2019
Sep 16, 2016
Feb 21, 2025
Oct 19, 2016

Repository files navigation

Installing LibKLSCTE35

License:


  • LGPL-V2.1
  • See the included lgpl-2.1.txt for the complete license agreement.

Compilation:


./autogen.sh --build
./configure --enable-shared=no
make
make install

Dependencies:


The following is a list of dependencies needed to successfully install LibKLSCTE35:

  • automake
    • macOS - brew install automake
  • libtool
    • macOS - brew install libtool
  • libklvanc

Documentation:


To make doxygen documentation in the doxygen folder, run the following command:

    make docs

To view the documentation, cd into the doxygen/html/ directory and open the index.html file in a browser window.