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

From Official Kodi Wiki
Jump to navigation Jump to search
>Gamester17
>Gamester17
Line 23: Line 23:
===xbmc.sln===
===xbmc.sln===
This is the way of just building default.xbe, which is only recomended for advanced users who are debugging problems.
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
* Open up the xbmc.sln file with [http://en.wikipedia.org/wiki/Visual_C%2B%2B Microsoft Visual C++ .NET 2003] or [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio#Visual_Studio_.NET_2003 Visual Studio .NET 2003].
* Select Release or Debug from the Build Manager
* Select Release or Debug from the Build Manager
* Compile, and wait
* Compile, and wait

Revision as of 11:16, 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.