Files
LCE-Qt-Launcher/docs/en/COMPILING.md

2.0 KiB

How to build

Portable Nuitka Build

  1. Create a Python Virtual Env via a tool like UV (if not already done)
  2. Run hatch run packages

Arch Linux

  1. Go the packages/linux directory
  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 (Experimental)

  1. Run nix build.

Nixpkg

  1. nix-build default.nix
  2. nix-env -i ./result

Windows Installer

Requirements : Inno Setup 6.6+

  1. Go to the windows packages locations : cd pacakges/windows
  2. run the script with Inno Setup for your desired channel nightly.iss or stable.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)

  1. Enter the venv and activate it
  2. install pyproject-appimage package
  3. run pyproject-appimage