RobLoach / net.lutris.Lutris

Pull requests for new applications to be added
https://flathub.org
2 stars 0 forks source link

Lutris on Flatpak

Lutris is an Open Source gaming platform for Linux. It installs and launches games so you can start playing without the hassle of setting up your games. This repository allows installing Lutris through Flatpak.

Build

To compile Lutris as a Flatpak, you'll need both Flatpak and Flatpak Builder installed. Once you manage that, do the following...

  1. Clone this repository...

    git clone --recursive https://github.com/RobLoach/net.lutris.Lutris.git
    cd net.lutris.Lutris
  2. Add the platform dependencies...

    flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
    flatpak install --user flathub org.freedesktop//18.08
    flatpak install --user flathub org.freedesktop.Platform//18.08
  3. Compile and install the Flatpak...

    flatpak-builder --user --repo=lutris --force-clean build-dir net.lutris.Lutris.yml
    flatpak remote-add --user lutris lutris --no-gpg-verify
    flatpak install --user lutris net.lutris.Lutris
  4. Run it...

    flatpak run net.lutris.Lutris

Clean up

flatpak uninstall --user net.lutris.Lutris
rm -rf ~/.var/app/net.lutris.Lutris .flatpak-builder
flatpak remote-delete lutris