Remove LiveTV menu.
[vuplus_xbmc] / docs / README.raspberrypi
1 TOC
2 1. Introduction
3 2. Installing and setting up the buildroot environment
4
5 -----------------------------------------------------------------------------
6 1. Introduction
7 -----------------------------------------------------------------------------
8
9 For development you can use a customized buildroot to produce a small 
10 raspberrypi system image which is used to boot the raspberrypi and as
11 crosscompile environment.
12
13 -----------------------------------------------------------------------------
14 2. Installing and setting up the buildroot environment
15 -----------------------------------------------------------------------------
16
17 Create a top level directory where you checkout xbmc and buildroot.
18
19 For example :
20
21 mkdir /opt/xbmc-raspberrypi
22 cd /opt/xbmc-raspberrypi
23
24 Checkout xbmc :
25
26 git clone https://github.com/xbmc/xbmc.git
27
28 Checkout buildroot :
29
30 git clone https://github.com/huceke/buildroot-rbp.git
31
32 cd /opt/xbmc-raspberrypi/buildroot-rbp
33
34 Follow the instructions in README.rbp how to build the system and xbmc.
35