Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › How can I install XBMC next to RetroPie? › Reply To: How can I install XBMC next to RetroPie?
09/29/2014 at 03:16
#81356
Participant
To add xmbc start by adding this, store at /etc/apt/sources.list.d/mene.list
deb http://archive.mene.za.net/raspbian wheezy contrib
improt the key
sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-key 5243CDED
then update
sudo apt-get update
finally install xbmc
sudo apt-get install xbmc
hope that helps