diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.raspberrypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.raspberrypi b/docs/README.raspberrypi index 353dc2236c..3a08f72f00 100644 --- a/docs/README.raspberrypi +++ b/docs/README.raspberrypi @@ -39,7 +39,7 @@ build for the first Raspberry Pi, the commands have to be adapted to use $ 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 \ @@ -56,7 +56,7 @@ build for the first Raspberry Pi, the commands have to be adapted to use --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 |