Update README.md

adds information for Arch build
This commit is contained in:
Fazri Gading
2026-01-26 18:54:53 +08:00
committed by GitHub
parent e426690632
commit 75a450c9ec

View File

@@ -120,7 +120,7 @@
<td colspan="3" align="center"> <td colspan="3" align="center">
Windows 10/11 (64-bit; X64/ARM64) | Linux (x64/ARM64) | macOS (Apple Silicon only) Windows 10/11 (64-bit; X64/ARM64) | Linux (x64/ARM64) | macOS (Apple Silicon only)
<br /> <br />
<small><i>⚠️ Note: macOS Intel (x86) is not yet supported <a href="#fn1" id="ref1">1</a></sup></i></small> <small><i>⚠️ Note: macOS Intel (x86) is not yet supported <sup><a href="#fn1" id="ref1">1</a></sup></i></small>
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -131,7 +131,7 @@
</tr> </tr>
<tr> <tr>
<td><b>🧠 RAM</b></td> <td><b>🧠 RAM</b></td>
<td>8GB (Dedicated) / 12GB (iGPU)</td> <td>8GB (dGPU)<sup><a href="#fn1" id="ref2">2</a></sup> /<br>12GB (iGPU)<sup><a href="#fn1" id="ref3">3</a></sup></td>
<td>16 GB</td> <td>16 GB</td>
<td>32 GB</td> <td>32 GB</td>
</tr> </tr>
@@ -156,7 +156,9 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<p id="fn1"><sup>1</sup> Hytale did not provide game files for macOS Intel, yet.</p> <p id="fn1"><sup>Note 1</sup> Hytale did not provide game files for macOS Intel, yet.</p>
<p id="fn2"><sup>Note 2</sup> Using Discrete/Dedicated GPU (dGPU) must have 8 GB RAM minimum.</p>
<p id="fn3"><sup>Note 3</sup> Using Integrated GPU (dGPU) must have 12 GB RAM minimum.</p>
@@ -209,24 +211,36 @@
3. **Permissions & Execution:** 3. **Permissions & Execution:**
* **AppImage:** Make the file executable and run it: * **AppImage:** Make the file executable and run it:
```bash ```bash
chmod +x Hytale-F2P-Launcher.AppImage chmod +x hytale-f2p-launcher.AppImage
./Hytale-F2P-Launcher.AppImage ./hytale-f2p-launcher.AppImage
``` ```
* **Fedora (dnf):** Install the RPM: * **Ubuntu/Debian-based or Fedora/RHEL-based:** Install the DEB/RPM:
```bash ```bash
sudo dnf install ./Hytale-F2P-Launcher.rpm # Fedora/RHEL-based
``` sudo dnf install ./hytale-f2p-launcher.rpm
* **Debian/Ubuntu (apt):** Install the DEB: # Debian/Ubuntu
```bash sudo apt install ./hytale-f2p-launcher.deb
sudo apt install ./Hytale-F2P-Launcher.deb
``` ```
* **Arch Linux (pacman):** Install the package using: * **Arch Linux (pacman):** Install the package using:
```bash ```bash
sudo pacman -U /path/to/Hytale-F2P-Launcher.pkg.tar.zst # Stable Build
sudo pacman -U hytale-f2p-launcher.pkg.tar.zst
# Development Build
yay -S hytale-f2p-git # or
paru -S hytale-f2p-git
# Manual Build
git clone https://aur.archlinux.org/hytale-f2p-git.git
cd hytale-f2p-git
makepkg -si
``` ```
> [!NOTE]
> Make sure to adjust the filename correctly with the version and the architecture type.
4. **Troubleshooting:** 4. **Troubleshooting:**
* **FUSE:** If the AppImage fails to launch on newer distributions, ensure `libfuse2` (or `fuse2` on Arch/Fedora) is installed. * **FUSE:** If the AppImage fails to launch on newer distributions, ensure `libfuse2` (or `fuse2` on Arch/Fedora) is installed.
* **Desktop Entry:** After installing via `.rpm`, `.deb`, or `.pkg.tar.zst`, the launcher should automatically appear in your App Library/Grid. * **Desktop Entry:** After installing via `.rpm`, `.deb`, or `.pkg.tar.zst`, the launcher should automatically appear in your App Library/Grid.
* Missing libxcrypt.so.1: Install `libxcrypt-compat` using your package manager
--- ---
@@ -292,20 +306,20 @@ See [BUILD.md](BUILD.md) for comprehensive build instructions.
## 📋 Changelog ## 📋 Changelog
### 🆕 v2.1.0 ### 🆕 v2.1.1
- 🛠️ **Fix EPERM** Issue
- 🚨 **Auto-Retry Downloads and Auto-Patch Files** — - 🅰️ **Adds Better Arch Build**
- ⚡ **Hardware Acceleration** — -
- 👨‍💻 **In-App Logging** —
- 🛠️ **Repair Button** — Y
- 🔎 **Browse CurseForge Mods** — Browsing mods now easier with our dedicated CurseForge API Key.
- 🌎 **Fixes and Release New Translation** — Fixed 🇪🇸 🇧🇷 and added more translation for current build. Turkish 🇹🇷 language now added.
<details> <details>
<summary>Click here to see older Changelogs</summary> <summary>Click here to see older Changelogs</summary>
### 🆕 v2.1.0
- 🚨 **Auto-Retry Downloads and Auto-Patch Files** —
- ⚡ **Hardware Acceleration** —
- 🔎 **Browse CurseForge Mods** — Browsing mods now easier with our dedicated CurseForge API Key.
- 🌎 **Fixes and Release New Translation** — Fixed 🇪🇸 🇧🇷 and added more translation for current build. Turkish 🇹🇷 language now added.
### 🆕 v2.0.2b *(Minor Update: Performance & Utilities)* ### 🆕 v2.0.2b *(Minor Update: Performance & Utilities)*
- 🌎 **Language Translation** — A big welcome for Spanish 🇪🇸 and Portuguese (Brazil) 🇧🇷 players! **Language setting can be found in the bottom part of Settings pane.** - 🌎 **Language Translation** — A big welcome for Spanish 🇪🇸 and Portuguese (Brazil) 🇧🇷 players! **Language setting can be found in the bottom part of Settings pane.**
- 💻 **Laptop/Hybrid GPU Performance Issue Fix** — Added automatic GPU detection system and options to choose which GPU will be used for the game, *specifically for Linux users*. - 💻 **Laptop/Hybrid GPU Performance Issue Fix** — Added automatic GPU detection system and options to choose which GPU will be used for the game, *specifically for Linux users*.