File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ Platforms
36
36
- :ref: `Web browsers <doc_using_the_web_editor >`. Experimental in 4.0,
37
37
using Godot 3.x is recommended instead when targeting HTML5.
38
38
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
+
39
46
**Runs exported projects: **
40
47
41
48
- iOS.
Original file line number Diff line number Diff line change @@ -62,9 +62,11 @@ Desktop or laptop PC - Minimum
62
62
63
63
.. note ::
64
64
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.
68
70
69
71
Mobile device (smartphone/tablet) - Minimum
70
72
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments