schwarzimnetz.de

Kreative Ideen, Traktoren, Motorräder und Themen zu Software

Compile xbmc on BananaPi Lubuntu 3.1.1


Compile xbmc (Frodo) on Lubuntu 3.1.1 on a BananaPi:nn nnBefore you install xbmc, make sure you have installed libUMP, otherwise you will get the following error:n

Makefile.config:96: *** Missing library dependencies: libUMP.so.3.  Stop.

nHow to install libUMP, see https://www.schwarzimnetz.de/ms/?p=302nnNow lets go:n

apt-get build-dep xbmcnapt-get install swig default-jre libgtk2.0-bin libssh-4 libssh-devnsudo echo -e "\nA10HWR=1" >> /etc/environmentngit clone https://github.com/rellla/xbmca10.gitncd xbmca10ngit checkout stage/Frodonncd tools/a10/dependsnmakenmake -C xbmcncd ../../../nmake install

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert