Kodi Community Forum

Full Version: Dependencies not met on ARM System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all

I'm using XUbuntu on Odroid (Arm). There is running XBMC Frodo. Now I tried to compile the pvr addons.

The way ...
Code:
./configure
make zip

but if I install it on xbmc, it says "Dependencies not met".

I check the mirror http://mirrors.xbmc.org/addons/ but there no files for ARM Linux
Post the full output to pastebin and link it here.
Are you building from frodo branch ?

git clone https://github.com/opdenkamp/xbmc-pvr-addons.git
git fetch
git checkout frodo
./configure
or
./configure --enable-addons-with-dependencies
make zip