phunkyfish / pvr.njoy

Kodi's Njoy N7 client addon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build Status Coverity Scan Build Status

Njoy PVR

Njoy N7 PVR client addon for [Kodi] (https://kodi.tv)

Build instructions

Linux

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

About

Kodi's Njoy N7 client addon


Languages

Language:C++ 91.0%Language:CMake 9.0%