Kodi Community Forum
Linux SliTaz Gnu/Linux - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux SliTaz Gnu/Linux (/showthread.php?tid=140584)



SliTaz Gnu/Linux - Tropetre - 2012-09-15

Hi, I would like to know how to install Xbmc from scratch because I am about to add it to the SliTaz server but there is no guide for how to install it on a small distro without a lot of packages. I tried to convert a .deb package but I probiably have to compile it myself in order to make a .tazpkg (SliTaz installation package)

How would I make the install?
(if necessary, here is the slitaz pkgs: pkgs.slitaz.org)


RE: SliTaz Gnu/Linux - pumkinut - 2012-09-15

You can always compile it, or see if SliTaz has a way to install alien packages.


RE: SliTaz Gnu/Linux - Tropetre - 2012-09-16

I can install alien packages but in order for it to make it to repositories a receipt has to be made on how top compile but as most guides are made around a popular distro they do not list all the dependencies! What are they and how would I install them and such?


RE: SliTaz Gnu/Linux - pumkinut - 2012-09-17

Dependencies are available in the git documentation. If I were you, I'd just compile from source. It's probably easier than trying to kludge in a .deb. Plus during compilation, you'll be notified what dependencies are not met.


RE: SliTaz Gnu/Linux - Tropetre - 2012-09-17

Do I have to use Git? Isn't there a tarball?


RE: SliTaz Gnu/Linux - pumkinut - 2012-09-18

You'd have to ask the devs.


RE: SliTaz Gnu/Linux - furii - 2012-09-18

you can download a zip from git: https://github.com/xbmc/xbmc


RE: SliTaz Gnu/Linux - Tropetre - 2012-09-18

I found one myself http://mirrors.xbmc.org/releases/source/xbmc-11.0.tar.gz
But I have a problem, the wiki says to ./bootstrap, well, that doesn't work for me... :S


RE: SliTaz Gnu/Linux - pumkinut - 2012-09-18

You might want to read up on cross-compilation then. You have all the necessary tools for compiling from source installed, correct?