Ksys-ch / pvr.ksys

PVR de KTV by K-SYS pour Kodi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPTV Ksys PVR

IPTV Live TV and Radio PVR client addon for [Kodi] (http://kodi.tv)

Build instructions

Linux

  1. git clone https://github.com/xbmc/xbmc.git
  2. git clone git@github.com:Ksys-ch/pvr.ksys.git
  3. cd pvr.ksys && mkdir build && cd build
  4. cmake -DADDONS_TO_BUILD=pvr.ksys -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons/
  5. make
Useful links

About

PVR de KTV by K-SYS pour Kodi

License:GNU General Public License v2.0


Languages

Language:C++ 92.1%Language:CMake 7.9%