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?
i installed it by going to home/pi/RetroPie/roms and creating a folder named apps
then edit sudo nano /etc/emulationstation/es_systems.cfg and add this at the end of the </systemlist>
<system>
<fullname>Apps</fullname>
<name>apps</name>
<path>~/RetroPie/roms/apps</path>
<extension>.sh .SH</extension>
<command>%ROM%</command>
<platform>pc</platform>
<theme>apps</theme>
</system>
next creat and edit sudo nano xbmc.sh
#!/bin/bash
sudo xbmc
put this script xbmc.sh in the apps folder you created above
sudo reboot and it should be on your emulationstaion carousel
hope that helps