添加 Linux MIPS64el 平台支持 (#1686)

* Add support for linux-mips64el

* Update PLATFORM.md
This commit is contained in:
Glavo
2022-09-02 11:37:09 +08:00
committed by GitHub
parent 837939e27c
commit 8f7c09d2cc
5 changed files with 325 additions and 29 deletions

View File

@@ -1,46 +1,37 @@
# Platform Support Status
| | Windows | Linux | Mac OS | FreeBSD |
|----------------------------|:-----------------------------------|:----------------------------------------|:--------------------------------|:--------|
| x86-64 | F | F | F | N |
| x86 | F | F | / | / |
| ARM64 | P (1.8+)<br/>F (use x86 emulation) | T | P (1.19+)<br/>F (use Rosetta 2) | / |
| ARM32 | / | T | / | / |
| MIPS64el | / | N | / | / |
| LoongArch64 | / | F (for Old World)<br/>N (for New World) | / | / |
| PowerPC-64 (Little-Endian) | / | L | / | / |
| S390x | / | L | / | / |
| RISC-V | / | N | / | / |
| | Windows | Linux | Mac OS | FreeBSD |
|----------------------------|:------------------------------------|:-----------------------------------------|:--------------------------------|:--------|
| x86-64 | ✅️ | ✅️ | ✅️ | |
| x86 | ✅️ | ✅️ | / | / |
| ARM64 | 👌 (1.8+)<br/> (use x86 emulation) | 👌 | (1.19+)<br/> (use Rosetta 2) | |
| ARM32 | / | 👌 | / | / |
| MIPS64el | / | 👌 | / | / |
| LoongArch64 | / | 👌 (for Old World)<br/> (for New World) | / | / |
| PowerPC-64 (Little-Endian) | / | | / | / |
| S390x | / | | / | / |
| RISC-V | / | | / | / |
* F: Fully supported platform.
Legend:
Supports all versions of Minecraft, including classic, alpha, beta, official release and snapshot versions.
* ✅: Official supported platform.
Fully supported by Mojang official. Problems encountered in the game should be directly reported to the Mojang.
* Y: Supported platforms.
All official releases of Minecraft 1.6 and above are supported, snapshot versions may also work.
* 👌: Supported platforms.
Support is provided by HMCL, tested to work, but may have more issues than a fully supported platform.
Support for versions below 1.6 is not guaranteed.
If you encounter a problem that does not exist on fully supported platforms, you can report it to HMCL.
* P: Partially supported platforms.
Supports some versions of Minecraft, and more versions are still being adapted.
* L: Low level supported platforms.
* : Low level supported platforms.
HMCL can run on this platform and has some basic support.
However, launching the game directly is not yet available.
If you want to start the game,
you'll need to get the native libraries needed by Minecraft in other way and specify the native path in the instance settings.
* N: Not currently supported, but plans to support it in the future.
It is not possible to run HMCL directly on this platform, but we have plans to support it.
* /: Not support.
* /: Not applicable.
We have no plans to support these platforms at this time, mainly because we don't have the equipment to test them.
If you can help us adapt, please file a support request via issue.