Merge pull request #10958 from hawkeyexp/patch-1

Update README.raspberrypi
This commit is contained in:
Razzeee 2016-11-20 13:24:25 +01:00 committed by GitHub
commit beac3476d3
1 changed files with 3 additions and 3 deletions

View File

@ -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