/pvr.teleboy

Kodi PVR-Addon for Teleboy

Primary LanguageCGNU General Public License v2.0GPL-2.0

License: GPL-2.0-or-later Build and run tests Build Status

Teleboy PVR addon for Kodi

This is a Kodi PVR addon for streaming live TV from Teleboy.

Build instructions

  1. git clone --branch master https://github.com/xbmc/xbmc
  2. git clone --branch Nexus https://github.com/rbuehlma/pvr.teleboy
  3. cd pvr.teleboy && mkdir build && cd build
  4. cmake -DADDONS_TO_BUILD=pvr.teleboy -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
  5. make package-pvr.teleboy