Skip to content

Commit

Permalink
Merge pull request #11024 from rinaldus/master
Browse files Browse the repository at this point in the history
Update README.raspberrypi
  • Loading branch information
popcornmix committed Feb 17, 2017
2 parents 9a37cb6 + f6a765a commit 9a322a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.raspberrypi
Expand Up @@ -32,16 +32,16 @@ build for the first Raspberry Pi, the commands have to be adapted to use
$ sudo mkdir -p /opt/bcm-rootfs/opt
$ sudo cp -r firmware/opt/vc /opt/bcm-rootfs/opt

$ sudo mkdir -p /opt/xbmc-bcm
$ sudo chmod 777 /opt/xbmc-bcm
$ sudo mkdir -p /opt/kodi-bcm
$ sudo chmod 777 /opt/kodi-bcm

$ git clone https://github.com/xbmc/xbmc

$ cd xbmc/tools/depends
$ ./bootstrap
$ PATH="$PATH:/opt/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin" \
./configure --host=arm-linux-gnueabihf \
--prefix=/opt/xbmc-bcm/xbmc-dbg \
--prefix=/opt/kodi-bcm/kodi-dbg \
--with-toolchain=/usr/local/bcm-gcc/arm-bcm2708hardfp-linux-gnueabi/sysroot \
--with-firmware=/opt/bcm-rootfs \
--with-platform=raspberry-pi2 \
Expand Down

0 comments on commit 9a322a2

Please sign in to comment.