Code Source
Avant de commencer
- Les sources de XBMC en version stable sont disponibles à cet endroit. Le développement est actuellement opéré depuis Subversion mais il existe une branche disponible sous Git.
Subversion
- Branche Principale
- Branche Xbox:
# svn co http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk/
# svn co http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/xbox
Git
- Branche Principale
- Optionel: Récupérer la branche Remote
# git clone git://xbmc.git.sourceforge.net/gitroot/xbmc
# cd xbmc
# git config --add remote.origin.fetch +refs/remotes/*:refs/remotes/*
# git pull