From ce5247d82545ff257d61a194ab6ad2c723a34d45 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Mon, 7 Jul 2025 20:59:45 -0400 Subject: [PATCH] Expand list of supported architectures on Linux --- about/list_of_features.rst | 7 +++++++ about/system_requirements.rst | 8 +++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/about/list_of_features.rst b/about/list_of_features.rst index b59621983..884438be0 100644 --- a/about/list_of_features.rst +++ b/about/list_of_features.rst @@ -36,6 +36,13 @@ Platforms - :ref:`Web browsers `. Experimental in 4.0, using Godot 3.x is recommended instead when targeting HTML5. +.. note:: + + Linux supports rv64 (RISC-V), ppc64 & ppc32 (PowerPC), and loongarch64. However + you must compile the editor for that platform (as well as export templates) + yourself, no official downloads are currently provided. RISC-V compiling + instructions can be found on the :ref:`doc_compiling_for_linuxbsd` page. + **Runs exported projects:** - iOS. diff --git a/about/system_requirements.rst b/about/system_requirements.rst index 1bffbc743..3ebc3014f 100644 --- a/about/system_requirements.rst +++ b/about/system_requirements.rst @@ -62,9 +62,11 @@ Desktop or laptop PC - Minimum .. note:: - Vulkan drivers for these Windows versions are known to have issues with - memory leaks. As a result, it's recommended to stick to the Compatibility - renderer when running Godot on a Windows version older than 10. + While supported on Linux, we have no official minimum requirements for running on + rv64 (RISC-V), ppc64 & ppc32 (PowerPC), and loongarch64. In addition you must + compile the editor for that platform (as well as export templates) yourself, + no official downloads are currently provided. RISC-V compiling instructions can + be found on the :ref:`doc_compiling_for_linuxbsd` page. Mobile device (smartphone/tablet) - Minimum ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~