Kodi Community Forum

Full Version: Install Kodi on Arch Linux
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all, i want install kodi version on my arch linux but only have xbmc 13.2 on repos how can i install the kodi version on Arch Linux?

Thx
You can build from the aur, https://aur.archlinux.org/packages/kodi-git/

or you can just build it yourself from git.
XBMC 13.2 is the latest stable Kodi version, if you're looking for stable.
13.2 is xbmc and not kodi.
(2014-10-23, 18:38)lrusak Wrote: [ -> ]You can build from the aur, https://aur.archlinux.org/packages/kodi-git/

or you can just build it yourself from git.

I try build from aur but the kodi doesnt work ... downloded 1.5gb and on the end doenst work ?
Can you pls explain step by step how i can instal kodi on arch ?
Im new on arch ....

Thx
This is no arch linux helpline, here. We have prebuild packages for Ubuntu. If you cannot manage Arch, don't use it.
(2014-11-03, 15:34)Smallville Wrote: [ -> ]
(2014-10-23, 18:38)lrusak Wrote: [ -> ]You can build from the aur, https://aur.archlinux.org/packages/kodi-git/

or you can just build it yourself from git.

I try build from aur but the kodi doesnt work ... downloded 1.5gb and on the end doenst work ?
Can you pls explain step by step how i can instal kodi on arch ?
Im new on arch ....

Thx

Download and extract: https://aur.archlinux.org/packages/ko/ko...git.tar.gz
Run: makepkg -s -L
-s (Install missing dependencies with pacman)
-L (Log package build process) <-- This will tell you what went wrong. You were probably missing dependencies -s will install all the needed dependencies.
Thats it. Arch packages are easy to build
kodi-git needs a little update, you might want to try https://github.com/dhead666/archlinux-pk...i-snapshot

keep in mind that I only use the package for general testing and not on a production system (get OpenELEC for your HTPC), the service file wasn't updated recently, cec breaks the build process so it disabled, and it's possible that I might disabled other things so diff against kodi-git PKGBUILD.
Thx for the help m8s i try the decaturguy way and the dhead way and i have the same error.

PeripheralCecAdapter.cpp: In member function ‘void PERIPHERALS::CPeripheralCecAdapter::SetConfigurationFromSettings()’:
PeripheralCecAdapter.cpp:1272:35: error: ‘CEC_CLIENT_VERSION_2_2_0’ was not declared in this scope
m_configuration.clientVersion = CEC_CLIENT_VERSION_2_2_0;


git/src/xbmc/xbmc/utils/GlobalsHandling.h:223:22: note: in definition of macro ‘XBMC_GLOBAL’
static classname & g_variable = (*(g_variable##Ref.get()))
^
/home/xxx/Transferências/kodi-git/src/xbmc/Makefile.include:93: recipe for target 'PeripheralCecAdapter.o' failed
make[1]: *** [PeripheralCecAdapter.o] Error 1
Makefile:517: recipe for target 'xbmc/peripherals/devices/peripheral-devices.a' failed
make: *** [xbmc/peripherals/devices/peripheral-devices.a] Error 2


Is there any other way to install kodi on arch ?


Thx for the help
Use the correct libcec dependencies ... it's not so hard.
guess we should disable cec by default...