Hedda / pvr.pctv

Kodi's PCTV client addon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverity Scan Build Status

PCTV PVR

PCTV PVR client addon for [Kodi] (http://kodi.tv)

Build instructions

Linux

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

About

Kodi's PCTV client addon


Languages

Language:C++ 97.8%Language:CMake 2.2%