/pvr.waipu

Waipu.tv PVR Plugin for Kodi

Primary LanguageC++

Build Status Build status Build Status

waipu PVR

waipu PVR client addon for Kodi

Disclaimer

This is an unofficial plugin. It is provided by volunteers and not related to Exaring AG or waipu.tv. For any support regarding this plugin, please create a github issue.

Build instructions

Linux

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

Useful links