RPi building and installing OpenELEC
From eLinux.org
|
Back to the Hub.
Software & Distributions:
Software - an overview.
Distributions - operating systems and development environments for the Pi.
Kernel Compilation - advice on compiling a kernel.
Performance - measures of the Pi's performance.
Programming - programming languages that might be used on the Pi.
OpenELEC
On Monday, 23 April 2012 openELEC released the first compilable git version for Raspberry Pi.
Build Instructions
Preparation
on Ubuntu 10.04
sudo apt-get install g++ nasm flex bison gawk gperf autoconf automake m4 cvs libtool byacc texinfo gettext zlib1g-dev libncurses5-dev git-core build-essential xsltproc libexpat1-dev
on Ubuntu 12.04
sudo apt-get install g++ nasm flex bison gawk autopoint gperf autoconf automake m4 cvs libtool byacc texinfo gettext zlib1g-dev libncurses5-dev git-core build-essential xsltproc libexpat1-dev
configure Perl
sudo perl -e shell -MCPAN install XML::Parser exit