This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
xbmc-rpb_arch [2012/07/14 15:06] xouillet [Building] |
xbmc-rpb_arch [2015/10/13 18:48] (current) |
||
---|---|---|---|
Line 16: | Line 16: | ||
that is compiling directly on the target device, eventually with the help of [[http://en.wikipedia.org/wiki/Distcc|distcc]] to distribute the work, even on x86 computer. | that is compiling directly on the target device, eventually with the help of [[http://en.wikipedia.org/wiki/Distcc|distcc]] to distribute the work, even on x86 computer. | ||
- | The former method has the advantage that all the preprocessing is done on the target system, with target include/libraries/… which is much more simple. | + | The former method has the advantage that all the preprocessing is done on the target system, with target include/libraries/… which is much more simple, but the compilation of XBMC on |
+ | the Rasperry Pi is long and painful. You need for example an extra swap space. | ||
The method explained here will do all the compilation on the x86 computer but will need to access the root system of the Rasbperry Pi for the libraries and include of extern libraries. | The method explained here will do all the compilation on the x86 computer but will need to access the root system of the Rasbperry Pi for the libraries and include of extern libraries. | ||
Line 36: | Line 37: | ||
pacman -S hicolor-icon-theme fribidi lzo2 smbclient libtiff libpng libcdio yajl libmysqlclient libjpeg-turbo \ | pacman -S hicolor-icon-theme fribidi lzo2 smbclient libtiff libpng libcdio yajl libmysqlclient libjpeg-turbo \ | ||
libsamplerate libssh libmicrohttpd python2 libass libmpeg2 libmad libmodplug rtmpdump unzip xorg-xdpyinfo \ | libsamplerate libssh libmicrohttpd python2 libass libmpeg2 libmad libmodplug rtmpdump unzip xorg-xdpyinfo \ | ||
- | libbluray libnfs afpfs-ng libshairport avahi bluez jasper tinyxml raspberrypi-firmware | + | libbluray libnfs afpfs-ng libshairport avahi bluez jasper tinyxml raspberrypi-firmware boost |