mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-15 23:10:54 +00:00
2.0 KiB
2.0 KiB
How to build
Portable Nuitka Build
- Create a Python Virtual Env via a tool like UV (if not already done)
- Run
hatch run packages
Arch Linux
- Go the
packages/linuxdirectory - Choose a channel dev, nigthly or stable (go to the directory)
- Run
makepkg -siormakepkg -s(for no install) in one of these directory
Nix Package
Nix Flake (Experimental)
- Run
nix build.
Nixpkg
- nix-build default.nix
- nix-env -i ./result
Windows Installer
Requirements : Inno Setup 6.6+
- Go to the windows packages locations :
cd pacakges/windows - run the script with Inno Setup for your desired channel
nightly.issorstable.iss)
FreeBSD Port (Experimental)
Note
The FreeBSD port is only avaiable for the latest tagged release right now and is experimental. And sometime may lagged in version. To get the nightly build or custom version, the UV method is currently the only officially supported method.
Using my Github FreeBSD Overlay
Flatpak (Coming soon)
Flatpak support is in the work, but is not working right now.
AppImage (GNU/Linux only)
- Enter the venv and activate it
- install pyproject-appimage package
- run pyproject-appimage