Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

FernetMenta/pvr.vdr.vnsi

Repository files navigation

Build Status Coverity Scan Build Status

VDR VNSI PVR

VDR VNSI 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/FernetMenta/pvr.vdr.vnsi.git
  3. cd pvr.vdr.vnsi && mkdir build && cd build
  4. cmake -DADDONS_TO_BUILD=pvr.vdr.vnsi -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
  5. make
Useful links