Skip to content

Commit a4fc10a

Browse files
authored
Merge pull request #11097 from skyace65/LinuxSupport
Expand list of supported architectures on Linux
2 parents fdbef23 + ce5247d commit a4fc10a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

about/list_of_features.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Platforms
3636
- :ref:`Web browsers <doc_using_the_web_editor>`. Experimental in 4.0,
3737
using Godot 3.x is recommended instead when targeting HTML5.
3838

39+
.. note::
40+
41+
Linux supports rv64 (RISC-V), ppc64 & ppc32 (PowerPC), and loongarch64. However
42+
you must compile the editor for that platform (as well as export templates)
43+
yourself, no official downloads are currently provided. RISC-V compiling
44+
instructions can be found on the :ref:`doc_compiling_for_linuxbsd` page.
45+
3946
**Runs exported projects:**
4047

4148
- iOS.

about/system_requirements.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ Desktop or laptop PC - Minimum
6262

6363
.. note::
6464

65-
Vulkan drivers for these Windows versions are known to have issues with
66-
memory leaks. As a result, it's recommended to stick to the Compatibility
67-
renderer when running Godot on a Windows version older than 10.
65+
While supported on Linux, we have no official minimum requirements for running on
66+
rv64 (RISC-V), ppc64 & ppc32 (PowerPC), and loongarch64. In addition you must
67+
compile the editor for that platform (as well as export templates) yourself,
68+
no official downloads are currently provided. RISC-V compiling instructions can
69+
be found on the :ref:`doc_compiling_for_linuxbsd` page.
6870

6971
Mobile device (smartphone/tablet) - Minimum
7072
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)