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 +++++++++++- doc/luajit.html | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'doc') 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 diff --git a/doc/luajit.html b/doc/luajit.html index 2aa143ae..06774ddf 100644 --- a/doc/luajit.html +++ b/doc/luajit.html @@ -162,7 +162,7 @@ LuaJIT is Copyright © 2005-2022 Mike Pall, released under the EmbeddedAndroidiOS - +
PS3PS4PS VitaXbox 360Xbox One
PS3PS4PS5PS VitaXbox 360Xbox One
-- cgit v1.2.3-55-g6feb
GCCClang
LLVM
MSVC