Kodi Community Forum
Linux When to use libraries from the lib/ folder? - 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 When to use libraries from the lib/ folder? (/showthread.php?tid=177868)



When to use libraries from the lib/ folder? - H3llGhost - 2013-11-12

Hello everyone,

after two years absence from XBMC I am back to it.
I am trying to compile it via sources and just wondering when to use libraries deliverd in the lib/ folder?

Thanks for any hints. Smile


RE: When to use libraries from the lib/ folder? - wsnipex - 2013-11-12

you don't need those if you distro has proper and new enough packages for dependencies. Those libs are used for all other platforms, but can be used on linux too.


RE: When to use libraries from the lib/ folder? - H3llGhost - 2013-11-12

So there aren't any advantages using them?
I am on Debian Wheezy. Smile


RE: When to use libraries from the lib/ folder? - wsnipex - 2013-11-12

wheezy has many "stone age" packages Smile so some of the libs in our tree might be of use, e.g. taglib


RE: When to use libraries from the lib/ folder? - H3llGhost - 2013-11-12

Alright, yes I did use taglib. Is there any command/option to say the configuration script that it should search for everything in the lib/ folder?
Or perhaps a possibility to compile and install all stuff from the lib/ folder?


RE: When to use libraries from the lib/ folder? - wsnipex - 2013-11-12

you can compile them all from tools/depends, but thats probably overkill
If you install them to /usr/local, they'll be picked up by xbmcs configure automatically


RE: When to use libraries from the lib/ folder? - H3llGhost - 2013-11-12

Hmm, I would like to try it, because you said, that Debian has a lot of old packages. Smile


RE: When to use libraries from the lib/ folder? - negge - 2013-11-12

Just compile taglib from the lib folder, the rest you don't have to bother with. I've been running XBMC on Debian for years and have never touched anything inside the lib folder (apart from taglib that is).