tvheadend pvr compiling and zip
#1
Hello world.
I try to install the pvr tvheadend client in my kodi 16 (Ubuntu 15.04), when i try to install the zip (from https://github.com/kodi-pvr/pvr.hts) i have an error... I try to complie the source code, the compilation is perfect, but i'm not able to install it in kodi? where is my error?

Thankyou
Reply
#2
why not sudo apt-get install kodi-pvr-hts?
Reply
#3
(2016-04-16, 08:40)ondertol Wrote: Hello world.
I try to install the pvr tvheadend client in my kodi 16 (Ubuntu 15.04), when i try to install the zip (from https://github.com/kodi-pvr/pvr.hts) i have an error... I try to complie the source code, the compilation is perfect, but i'm not able to install it in kodi? where is my error?

Thankyou

What is the error saying? That usually tells you what's going on.

I'm assuming you're compiling the pvr addon into the Kodi 16 source, then compiling it all together. Or are you just compiling it as an addon, trying to add to a pre-built kodi?

Git clone a copy of Jarvis, then git clone a copy of pvr.hts from the Jarvis branch.. they have to match.

Code:
git clone -b Jarvis git://github.com/xbmc/xbmc.git

cd xbmc/project

git clone -b Jarvis https://github.com/kodi-pvr/pvr.hts.git

cmake -DADDONS_TO_BUILD=pvr.hts -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons

make

There's obviously more to compiling Kodi itself, but that's the general idea for the pvr.hts.
Reply

Logout Mark Read Team Forum Stats Members Help
tvheadend pvr compiling and zip0