Linux How to install pvr-iptvsimple?
#1
Hi, this is Tiago.
I'm using Slackware64 14.2, and i have installed Kodi 16.1 from Slackbuilds, but i need the addon "pvr-iptvsimple" and this is not on any repository to Slackware.
On a similar question that i found on Linux Question(Official forum for Slackware)
This Question =>> http://www.linuxquestions.org/questions/...175567774/
Is suggested compile from source, but i have no idea to how to do that.
I Tried to compile from this instructions
=>> https://github.com/kodi-pvr/pvr.iptvsimple
And no sucess.

so, how do I do this?
Thaks for your support and sorry for my english
Reply
#2
SOLVED

I found the answer, is more simple than i think. Follow this commands:
# git clone https://github.com/xbmc/xbmc.git
# git clone https://github.com/kodi-pvr/pvr.iptvsimple.git
# cd pvr.iptvsimple && mkdir build && cd build
# cmake -DADDONS_TO_BUILD=pvr.iptvsimple -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
# make
# mv xbmc/addons/pvr.iptvsimple/ /usr/share/kodi/addons/

Done
Reply

Logout Mark Read Team Forum Stats Members Help
How to install pvr-iptvsimple?0