Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Update the README with Windows compile info
Browse files Browse the repository at this point in the history
More info will come later...
  • Loading branch information
margro committed Aug 26, 2012
1 parent 5886dc2 commit 83f3563
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,24 @@ TODO
=============================
Windows
=============================
Building the pvr addons standalone:
-----------------------------------
Prepare:
1) Install Visual C++ Express 2010 (follow the instructions on the wiki for XBMC itself)
Compile:
2) Open this solution from project\VS2010Express\xbmc-pvr-addons.sln
3) Select the wanted configuration "Debug" or "Release"
4) Press F7 to build the solution
Install:
Still a TODO. The buildsystem does not yet generate .zip archives
Workaround: copy the wanted pvr addons to your XBMC installation by hand.
Example: addons\pvr.demo\addon\*.* => YOUR_XBMC_DIR\addons\pvr.demo\*.*

Building the pvr addons together with xbmc:
-------------------------------------------
TODO
describe how to import the "xbmc-pvr-addons.sln" in "XBMC for Windows.sln"

XBMC Windows installer with included pvr addons:
------------------------------------------------
Not yet possible. Still a TODO.

0 comments on commit 83f3563

Please sign in to comment.