blob: 2146e4abcd97424a84a3db046c6d22e52e75a0b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Prerequisites for building an XBMC for Windows installer:
1) A working Visual C++ 2013 Express XBMC environment (See also http://wiki.xbmc.org/index.php?title=How-to:Compile_XBMC_for_Windows)
2) Nullsoft sciptable install system (http://nsis.sourceforge.net/Download)
3) DirectX SDK dated August 2009 or later (latest installer here: http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=3021d52b-514e-41d3-ad02-438a3ba730ba)
4) Java Runtime Environment (download here: http://www.oracle.com/technetwork/java/javase/downloads/index.html)
5) Java Runtime Environment added to PATH (see here: http://www.java.com/en/download/help/path.xml)
Usage:
1) Run BuildSetup.bat in project\Win32BuildSetup
2) Watch the screen, maybe you're asked for input
3) Wait... Wait... Wait...
You should now have XBMCSetup-<lastcommitdate-gitrev>.exe file.
|