Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 928 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 928 Bytes

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 https://github.com/xbmc/xbmc.git
  2. git clone --branch master 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