Kodi on Ubuntu Mate (Raspberry pi 2)
#1
How can I install kodi on Ubuntu Mate (Raspberry pi 2)?

I try to compile it but some packets I need isn't available in the official repository.
Quote:libcec1 libcrystalhd-dev libcrystalhd3
Reply
#2
Can't you disable crystals and cec via configure options?
Reply
#3
Code:
./configure --help
will give you the configure options

http://forum.kodi.tv/showthread.php?tid=142337

then the correct configure option to add is:
Code:
./configure --disable-crystalhd

libcec:
Code:
--disable-libcec

Reply
#4
I try this tricks, but none of them rules Sad
Reply
#5
(2015-10-22, 15:14)cpcbegin Wrote: I try this tricks, but none of them rules Sad

These are not tricks, but normal configure options.
If you ask for help make sure you read the docs and if you encounter problems paste the output of failing configure to a pastebin site and post the link here.

"It doesn't work" is not a proper way to ask for help.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi on Ubuntu Mate (Raspberry pi 2)0