Skip to content

kodi-pvr/pvr.stalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

49ac15a · Apr 17, 2024
Apr 17, 2024
Sep 17, 2021
May 14, 2022
Sep 21, 2022
Apr 17, 2024
Sep 21, 2022
Jun 4, 2020
Mar 25, 2020
Oct 6, 2020
Sep 20, 2019
Feb 11, 2023
Mar 25, 2020
Nov 6, 2023
Feb 19, 2024

Repository files navigation

License: GPL-2.0-or-later Build and run tests Build Status Build Status

Stalker PVR

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