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
  • # svn co http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk/

  • Branche Xbox:
  • # svn co http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/xbox


Git

  • Branche Principale
  • # git clone git://xbmc.git.sourceforge.net/gitroot/xbmc

  • Optionel: Récupérer la branche Remote
  • # cd xbmc
    # git config --add remote.origin.fetch +refs/remotes/*:refs/remotes/*
    # git pull