HDHomeRun PVR
HDHomeRun PVR client addon for [Kodi] (http://kodi.tv)
Build instructions
Linux
git clone https://github.com/xbmc/xbmc.git
git clone https://github.com/kodi-pvr/pvr.hdhomerun.git
cd pvr.hdhomerun && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.hdhomerun -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
make
Windows
set ROOT=%CD%
git clone https://github.com/xbmc/xbmc.git
git clone https://github.com/kodi-pvr/pvr.hdhomerun.git
cd pvr.hdhomerun
mkdir build
cd build
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\project\cmake\scripts\windows\c-flag-overrides.cmake -DCMAKE_USER_MAKE_RULES_OVERRIDE_CXX=%ROOT%\xbmc\project\cmake\scripts\windows\cxx-flag-overrides.cmake -DPACKAGE_ZIP=1 %ROOT%\xbmc\cmake\addons
cmake --build . --config Debug
Useful links
- [Kodi's PVR user support] (http://forum.kodi.tv/forumdisplay.php?fid=167)
- [Kodi's PVR development support] (http://forum.kodi.tv/forumdisplay.php?fid=136)