From 34a62c7f738347e4981e7882bbf4f7a4f706dc5d Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 17 Apr 2022 23:41:39 +0200 Subject: Add PS5 port. --- doc/install.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/install.html') 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: x64 (64 bit) GCC 4.2+ -GCC 4.2+
ORBIS (PS4) +GCC 4.2+
ORBIS (PS4)
PROSPERO (PS5) XCode 5.0+
Clang MSVC
Durango (Xbox One) @@ -478,6 +478,16 @@ cd src ps4build

+To cross-compile for PS5 from a Windows host, +open a "Visual Studio .NET Command Prompt" (64 bit host compiler), +cd to the directory where you've unpacked the sources and +run the following commands: +

+
+cd src
+ps5build
+
+

To cross-compile for PS Vita from a Windows host, open a "Visual Studio .NET Command Prompt" (32 bit host compiler), cd to the directory where you've unpacked the sources and -- cgit v1.2.3-55-g6feb