Linux Compiling kodi-unable to install build dependencies
#1
The following PPAs have been added:

Code:
ppa:team-xbmc/ppa
ppa:team-xbmc/unstable
ppa:team-xbmc/xbmc-nightly
ppa:team-xbmc/xbmc-ppa-build-depends

Did an apt update.
Then,
Code:
sudo apt-get build-dep xbmc

Error:
Code:
Reading package lists... Done
Picking 'kodi' as source package instead of 'xbmc'
E: Can not find version '2:17.0~git20160823.0914-beta1-0xenial' of package 'xbmc'
E: Unable to find a source package for xbmc
Reply
#2
please give more info on what you are trying to do.
You definitely do not need to add all of our PPAs, but you have to add deb-src lines. And the package name is kodi
Reply
#3
Sorry about being so cryptic.

I'm trying to build kodi from source on an Ubuntu Xenial.
I followed the instructions from http://kodi.wiki/view/HOW-TO:Compile_Kodi_for_Ubuntu and the README from docs in the source package. However I'm still missing out on dependencies after trying manually to install dependencies. So I'd like to install all dependencies by using the build-dep option in apt.

Can you give me the lines that need to be added to sources.list?
Reply

Logout Mark Read Team Forum Stats Members Help
Compiling kodi-unable to install build dependencies1