mirror of https://github.com/xbmc/xbmc
Merge pull request #10958 from hawkeyexp/patch-1
Update README.raspberrypi
This commit is contained in:
commit
beac3476d3
|
|
@ -35,7 +35,7 @@ a 32 bit machine requires slightly different setting)
|
|||
|
||||
$ cd xbmc/tools/depends
|
||||
$ ./bootstrap
|
||||
PATH="$PATH:/opt/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin" \
|
||||
$ PATH="$PATH:/opt/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin" \
|
||||
./configure --host=arm-linux-gnueabihf \
|
||||
--prefix=/opt/xbmc-bcm/xbmc-dbg \
|
||||
--with-toolchain=/usr/local/bcm-gcc/arm-bcm2708hardfp-linux-gnueabi/sysroot \
|
||||
|
|
@ -46,13 +46,13 @@ a 32 bit machine requires slightly different setting)
|
|||
$ make
|
||||
$ cd ../..
|
||||
|
||||
CONFIG_EXTRA="--with-platform=raspberry-pi \
|
||||
$ CONFIG_EXTRA="--with-platform=raspberry-pi \
|
||||
--enable-libcec --enable-player=omxplayer \
|
||||
--disable-x11 --disable-xrandr --disable-openmax \
|
||||
--disable-optical-drive --disable-dvdcss --disable-joystick \
|
||||
--disable-crystalhd --disable-vtbdecoder --disable-vaapi \
|
||||
--disable-vdpau --enable-alsa" \
|
||||
$ make -C tools/depends/target/xbmc
|
||||
make -C tools/depends/target/xbmc
|
||||
|
||||
$ make
|
||||
$ sudo make install
|
||||
|
|
|
|||
Loading…
Reference in New Issue