diff options
| author | Mike Pall <mike> | 2015-06-12 22:28:38 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2015-06-12 22:28:38 +0200 |
| commit | 26b95a90f5f76f8a726ad0954f29781bec8ccc05 (patch) | |
| tree | 87012c4e14c843891cd007a2a95bfaa95634e178 /doc/install.html | |
| parent | 458a40b7242aefe2f0893019f0451fb2f2deccd9 (diff) | |
| download | luajit-26b95a90f5f76f8a726ad0954f29781bec8ccc05.tar.gz luajit-26b95a90f5f76f8a726ad0954f29781bec8ccc05.tar.bz2 luajit-26b95a90f5f76f8a726ad0954f29781bec8ccc05.zip | |
Add Xbox One port.
Diffstat (limited to 'doc/install.html')
| -rw-r--r-- | doc/install.html | 12 |
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: | |||
| 516 | cd src | 516 | cd src |
| 517 | xedkbuild | 517 | xedkbuild |
| 518 | </pre> | 518 | </pre> |
| 519 | <p> | ||
| 520 | To cross-compile for <b id="xboxone">Xbox One</b> from a Windows host, | ||
| 521 | open a "Visual Studio .NET Command Prompt" (64 bit host compiler), | ||
| 522 | <tt>cd</tt> to the directory where you've unpacked the sources and run | ||
| 523 | the following commands: | ||
| 524 | </p> | ||
| 525 | <pre class="code"> | ||
| 526 | cd src | ||
| 527 | xb1build | ||
| 528 | </pre> | ||
| 519 | 529 | ||
| 520 | <h2 id="embed">Embedding LuaJIT</h2> | 530 | <h2 id="embed">Embedding LuaJIT</h2> |
| 521 | <p> | 531 | <p> |
