aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhawkeyexp <hawkeyexp@googlemail.com>2016-11-21 08:21:09 +0100
committerGitHub <noreply@github.com>2016-11-21 08:21:09 +0100
commit441808d3bf955fcce6c8735d7aa4173b8c059193 (patch)
treeaf8ca03242a40272769c4efc023905aa5cba83f1 /docs
parent7285a7698889708ddc3d9fa102f9e974f7bdeafc (diff)
Update README.raspberrypi
Correct commandlines to make it more failsave to read
Diffstat (limited to 'docs')
-rw-r--r--docs/README.raspberrypi4
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