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 90f76bf8..a38bdb5f 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -118,7 +118,7 @@ operating systems, CPUs and compilers:
118<tr class="even"> 118<tr class="even">
119<td class="compatcpu">x64 (64 bit)</td> 119<td class="compatcpu">x64 (64 bit)</td>
120<td class="compatos">GCC 4.2+</td> 120<td class="compatos">GCC 4.2+</td>
121<td class="compatos">GCC 4.2+<br>ORBIS (<a href="#ps4">PS4</a>)</td> 121<td class="compatos">GCC 4.2+<br>ORBIS (<a href="#ps4">PS4</a>)<br>PROSPERO (<a href="#ps5">PS5</a>)</td>
122<td class="compatos">XCode 5.0+<br>Clang</td> 122<td class="compatos">XCode 5.0+<br>Clang</td>
123<td class="compatos">MSVC<br>Durango (<a href="#xboxone">Xbox One</a>)</td> 123<td class="compatos">MSVC<br>Durango (<a href="#xboxone">Xbox One</a>)</td>
124</tr> 124</tr>
@@ -478,6 +478,16 @@ cd src
478ps4build 478ps4build
479</pre> 479</pre>
480<p> 480<p>
481To cross-compile for <b id="ps5">PS5</b> from a Windows host,
482open a "Visual Studio .NET Command Prompt" (64&nbsp;bit host compiler),
483<tt>cd</tt> to the directory where you've unpacked the sources and
484run the following commands:
485</p>
486<pre class="code">
487cd src
488ps5build
489</pre>
490<p>
481To cross-compile for <b id="psvita">PS Vita</b> from a Windows host, 491To cross-compile for <b id="psvita">PS Vita</b> from a Windows host,
482open a "Visual Studio .NET Command Prompt" (32&nbsp;bit host compiler), 492open a "Visual Studio .NET Command Prompt" (32&nbsp;bit host compiler),
483<tt>cd</tt> to the directory where you've unpacked the sources and 493<tt>cd</tt> to the directory where you've unpacked the sources and