Skip to content

Commit

Permalink
update flatpak readme for easier time installing with dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Jul 2, 2024
1 parent 460c084 commit 91c5f09
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions packaging/flatpak/README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,16 @@
# Install dependencies:
```
flatpak --user install org.freedesktop.Sdk/x86_64/23.08
flatpak --user install org.freedesktop.Sdk.Compat.i386/x86_64/23.08
flatpak --user install org.freedesktop.Sdk.Extension.toolchain-i386/x86_64/23.08
```
Fedora:
sudo dnf install flatpak-builder
# Build:
```
flatpak-builder umu-launcher org.openwinecomponents.umu.umu-launcher.yml
flatpak-builder --repo=umu-repo --force-clean umu-launcher org.openwinecomponents.umu.umu-launcher.yml
```

# Install:
```
flatpak --user remote-add --no-gpg-verify umu-repo umu-repo
flatpak --user install umu-repo org.openwinecomponents.umu.umu-launcher
Ubuntu:
sudo apt install flatpak-builder
```

# Build + install without repo (for testing):
# Build + install (for testing):
```
flatpak-builder umu-launcher org.openwinecomponents.umu.umu-launcher.yml --install --user --force-clean
wget https://raw.githubusercontent.com/Open-Wine-Components/umu-launcher/main/packaging/flatpak/org.openwinecomponents.umu.umu-launcher.yml
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=umu-repo --install umu-launcher org.openwinecomponents.umu.umu-launcher.yml
```

# Remove
Expand Down

0 comments on commit 91c5f09

Please sign in to comment.