Archive:HOW-TO:Compile XBMC for Xbox: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Gamester17
>Gamester17
No edit summary
Line 1: Line 1:
__NOTOC__
=Checking Out SVN=
=Checking Out SVN=
==Prerequisites==
==Prerequisites==
Line 7: Line 6:
* [http://tortoisesvn.net/ TortoiseSVN] (or a other [[SVN]] client of your choosing if you prefer).
* [http://tortoisesvn.net/ TortoiseSVN] (or a other [[SVN]] client of your choosing if you prefer).


==Getting Source==
==Getting the Source Code==
===Using TortoiseSVN===
===Using TortoiseSVN===
If you have TortoiseSVN, you can skip the first two steps.
If you have TortoiseSVN, you can skip the first two steps.

Revision as of 11:06, 21 January 2009

Checking Out SVN

Prerequisites

Getting the Source Code

Using TortoiseSVN

If you have TortoiseSVN, you can skip the first two steps.

File:TortoiseSVN Xbmc.png

  • Click ok and wait for all the source tree to download. (Expect a 250-300 MB download the first time you checkout!)

Building XBMC

Build.bat

Building with build.bat is a very simple process

  • Double click on build.bat to run the automated build process
  • The process will create a BUILD directory with your new XBMC build inside

xbmc.sln

This is the way of just building default.xbe, which is only recomended for advanced users who are debugging problems.

  • Open up the xbmc.sln file with Visual C++ 2003
  • Select Release or Debug from the Build Manager
  • Compile, and wait
  • Depending on if you selected Release or Debug, the default.xbe would be in that sub directory.