kodi-pvr / pvr.hdhomerun

Kodi's HDHomeRun client addon
GNU General Public License v2.0
20 stars 24 forks source link
hacktoberfest

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

HDHomeRun PVR

HDHomeRun PVR client addon for Kodi

Build instructions

Linux

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

Windows

  1. set ROOT=%CD%
  2. git clone --branch master https://github.com/xbmc/xbmc.git
  3. git clone https://github.com/kodi-pvr/pvr.hdhomerun.git
  4. cd pvr.hdhomerun
  5. mkdir build
  6. cd build
  7. cmake -G "Visual Studio 14" -DADDONS_TO_BUILD=pvr.hdhomerun -DCMAKE_BUILD_TYPE=Debug -DADDON_SRC_PREFIX=%ROOT% -DCMAKE_INSTALL_PREFIX=%ROOT%\xbmc\addons -DCMAKE_USER_MAKE_RULES_OVERRIDE=%ROOT%\xbmc\cmake\scripts\windows\CFlagOverrides.cmake -DCMAKE_USER_MAKE_RULES_OVERRIDE_CXX=%ROOT%\xbmc\cmake\scripts\windows\CXXFlagOverrides.cmake -DPACKAGE_ZIP=1 %ROOT%\xbmc\cmake\addons
  8. cmake --build . --config Debug

Useful links