mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 05:00:49 +00:00
1.7 KiB
1.7 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
Nixpkg
if [[ $user_input == "install" ]]; then
nix-build default.nix
nix-env -i ./result
fi
if [[ $user_input == "compile" ]]; then
./scripts/build.sh
fi
if [[ $user_input == "clear" ]]; then
./scripts/clear.sh
fi
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
setup-nightly.issorsetup.iss)
FreeBSD
Using my Github FreeBSD Overlay
Flatpak
Note
For Flatpak, manual building is only recommended for development purposes or for forks that don't have a Flatpak repository. Currently, this is the only method since the official Flatpak repository is not yet activated. Once activated, this part of the notice will be removed, and it will then be recommended to use the Flatpak repository, which will be displayed here.
- Go to the flatpak manifest location :
cd packages/flatpak - Build the flatpak :
flatpak-builder --user --install build-dir io.github.xgui4.lce_qt_launcher.yml --install-deps-from=flathub