From 8e5e9acdae71c54e78a63bc5a641eb70d8f0cef5 Mon Sep 17 00:00:00 2001 From: xgui4 <134389196+xgui4@users.noreply.github.com> Date: Sun, 3 May 2026 11:55:16 -0400 Subject: [PATCH] fixes readne --- lisezmoi.md | 17 +++++++++++++---- readme.md | 27 +++++++++++++++++++-------- 2 files changed, 32 insertions(+), 12 deletions(-) diff --git a/lisezmoi.md b/lisezmoi.md index 2617036..3323657 100644 --- a/lisezmoi.md +++ b/lisezmoi.md @@ -54,13 +54,12 @@ Il s'agit d'un lanceur LCE personnalisé pour Minecraft, écrit en Python et Qt > [!NOTE] > Sous Windows, remplacez `/` par `\`. - > [!WARNING] > Cette méthode n'est ni recommandée ni testée pour NixOS. Consultez la section NixOS pour la procédure spécifique à ce système d'exploitation. 1. Créez un environnement virtuel Python à l'aide d'un outil comme UV (si ce n'est pas déjà fait). 2. Configurez VS Code pour utiliser cet environnement virtuel Python. -3. Exécutez « PySide : Sync Virtual Env and Launch ». +3. Exécutez « PySide : Sync Virtual Env and Launch ». 4. Exécutez l'application via le mode débogage de VS Code ou directement le fichier [`src/lce_qt_launcher/main.py`](src/lce_qt_launcher/main.py). ### NixOS @@ -89,9 +88,11 @@ Il s'agit d'un lanceur LCE personnalisé pour Minecraft, écrit en Python et Qt ### Paquet Nix #### Nix Flake (Non testé/En cours de développement) + Exécutez `nix build` #### Nixpkg + Exécutez `nix-build default.nix` ### Installateurs Flatpak et Windows @@ -128,26 +129,34 @@ Sur cette page [GitHub Release](https://github.com/xgui4/LCE-Qt-Launcher/release ## Systèmes d'exploitation compatibles ### Compatibilité officielle + Plateformes testées régulièrement et avec implémentation/correctif finalisé + - Windows 10 et versions ultérieures - GNU/Linux ### Compatibilité expérimentale + Plateforme testée avec implémentation en cours de developement + - NixOS -### Plateformes prises en charge partiellement +### Plateformes prises en charge partiellement + Plateformes non testées, mais avec implémentation + - FreeBSD (Bien que cela puisse fonctionner, cela n'a pas encore été testé et le fonctionnement n'est pas garanti) - Flatpak (Bien que cela puisse fonctionner, cela n'a pas encore été testé et le fonctionnement n'est pas garanti) ### Systèmes d'exploitation non pris en charge + Ces plateformes n'ont pas été testées et leur fonctionnement n'est pas garantis : + - Autres systèmes *BSD, car Minecraft LCE n'est pas pris en charge sur ces systèmes et Wine n'est pas disponible. - Minecraft LCE sur Android est actuellement assez lent et bogué. - macOS : LCE Qt Launcher ne prend pas officiellement en charge macOS et n'est pas testé lors des contributions, mais la compatibilité POISX devrait permettre son utilisation. -### Remerciements particuliers à : +### Remerciements particuliers à - [Prism Launcher](https://github.com/PrismLauncher/PrismLauncher) pour certains éléments et fichiers d'interface utilisateur - [MCLCE/MinecraftConsoles](https://github.com/MCLCE/MinecraftConsoles) diff --git a/readme.md b/readme.md index 8ec5a96..31e1f59 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ This is a custom Minecraft LCE Launcher written in Python and Qt with Freedom and with GNU/Linux support in mind. -## Why LCE Qt Launcher ? +## Why LCE Qt Launcher ? - Made in Python with Qt 6 : bloat free and integrate with GNU/Linux Plasma 6/Qt 6 Theme - Customisation with Themes and laters modules/plugins @@ -53,13 +53,12 @@ This is a custom Minecraft LCE Launcher written in Python and Qt with Freedom an ## How to run -### VSCode +### VSCode > [!NOTE] -> In Windows where you need to replace `/` with `\` - +> In Windows you might need to replace `/` with `\` > [!WARNING] -> This method is not recommed nore tested for NixOS, go to the NixOS Section, for the step for this particular OS. +> This method is not recommed nore tested for NixOS, go to the NixOS Section, for the step for this particular OS. 1. Create a Python Virtual Env via a tool like UV (if not already done) 2. Set VSCode to that Python Virtual Env @@ -78,25 +77,29 @@ coming soon ## How to build -### Portable Nuitka Build +### Portable Nuitka Build 0. Create a Python Virtual Env via a tool like UV (if not already done) 1. Run `hatch run packages` -### Arch Linux +### Arch Linux -1. Go the [`packages/linux` directory](packages/linux) +1. Go the [`packages/linux` directory](packages/linux) 2. Choose a channel dev, nigthly or stable (go to the directory) 3. Run `makepkg -si` or `makepkg -s` (for no install) in one of these directory ### Nix Package #### Nix Flake (Not tested yet/Work in progress) + Run `nix build` + #### Nixpkg + Run `nix-build default.nix` ### Flatpak and Windows Installers + - Guide Coming Later ## Nigthly Build @@ -129,21 +132,29 @@ In this [GitHub Release](https://github.com/xgui4/LCE-Qt-Launcher/releases/tag/n ## Compatible Operating System ### Golden Support + Platform Tested Regurlaly and with completed implemation/patch + - Windows 10 and later - GNU/Linux ### Experimental Support + Plattform tested with work in progress implemation + - NixOS ### Partly Supported Platform + Platform not tested yet, but with implementation + - FreeBSD (While it may worked, it is not tested for it yet and might not worked at all) - Flatpak (While it may worked, it is not tested for it yet and might not worked at all) ### Unsupported OS + These platform are not tested and may work or not at all + - Other *BSD system, as Minecraft LCE is not supported on those and Wine is not available. - Minecraft LCE on Android is currently quite laggy and buggy - macOS: LCE Qt Launcher does not officially support MacOS and is not tested during PRs, but POISX compatibility should allow its use.