Skip to content

kodi-pvr/pvr.demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cf14f79 · Sep 16, 2021
Jul 24, 2021
Sep 15, 2021
Sep 15, 2021
Sep 15, 2021
Sep 15, 2021
Jun 8, 2020
Mar 30, 2020
Oct 17, 2020
Sep 15, 2021
Sep 15, 2021
Sep 14, 2021
Mar 23, 2020
Sep 14, 2021
Sep 14, 2021
Jan 7, 2021

Repository files navigation

License: GPL-2.0-or-later Build Status Build Status Coverity Scan Build Status

Demo PVR

Demo PVR client addon for Kodi

Build instructions

Linux

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