pi@raspberrypi# sudo apt-get upgrade && sudo apt-get update
Paso 2. Añadimos la firma para que sea confiable el repositorio que añadiremos luego.
pi@raspberrypi# sudo gpg --keyserver subkeys.pgp.net --recv-key 5243CDED && gpg -a --export $PUBKRY | sudo apt-key add -
Paso 3. Añade la siguientes lineas en /etc/apt/sources.list :
# XBMC Repo
deb http://archive.mene.za.net/raspbian wheezy contrib
Paso 4. Instala xBMC:
pi@raspberrypi# aptitude update
pi@raspberrypi# aptitude install xbmc
Paso 5. Cambia el nivel de prioridades, para ello edita el archivo /etc/default/xbmc con estos parámetros:
# Set this to 1 to enable startup
ENABLED=1
# The user to run XBMC as
USER=pi
#Adjust niceness of XBMC (decrease for higher priority)
NICE=-10
Paso 6. Es necesario tener deshabilitado LXDE y XFCE al inicio, para ello puedes acceder mediante raspi-config
No hay comentarios:
Publicar un comentario