aboutsummaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index 008721f0..b5df697b 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -124,7 +124,7 @@ operating systems, CPUs and compilers:
124<td class="compatos">GCC 4.x</td> 124<td class="compatos">GCC 4.x</td>
125<td class="compatos">ORBIS (<a href="#ps4">PS4</a>)</td> 125<td class="compatos">ORBIS (<a href="#ps4">PS4</a>)</td>
126<td class="compatos">GCC 4.x</td> 126<td class="compatos">GCC 4.x</td>
127<td class="compatos">MSVC + SDK v7.0<br>WinSDK v7.0</td> 127<td class="compatos">MSVC + SDK v7.0<br>WinSDK v7.0<br>Durango (<a href="#xboxone">Xbox One</a>)</td>
128</tr> 128</tr>
129<tr class="odd"> 129<tr class="odd">
130<td class="compatcpu"><a href="#cross2">ARMv5+<br>ARM9E+</a></td> 130<td class="compatcpu"><a href="#cross2">ARMv5+<br>ARM9E+</a></td>
@@ -516,6 +516,16 @@ the following commands:
516cd src 516cd src
517xedkbuild 517xedkbuild
518</pre> 518</pre>
519<p>
520To cross-compile for <b id="xboxone">Xbox One</b> from a Windows host,
521open a "Visual Studio .NET Command Prompt" (64&nbsp;bit host compiler),
522<tt>cd</tt> to the directory where you've unpacked the sources and run
523the following commands:
524</p>
525<pre class="code">
526cd src
527xb1build
528</pre>
519 529
520<h2 id="embed">Embedding LuaJIT</h2> 530<h2 id="embed">Embedding LuaJIT</h2>
521<p> 531<p>