diff options
Diffstat (limited to 'packages/flatpak/BUILDING.md')
-rw-r--r-- | packages/flatpak/BUILDING.md | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/packages/flatpak/BUILDING.md b/packages/flatpak/BUILDING.md deleted file mode 100644 index c1594b8f..00000000 --- a/packages/flatpak/BUILDING.md +++ /dev/null @@ -1,28 +0,0 @@ -# Building the flatpak - -### 1. Install tools - -Install `flatpak` and `flatpak-builder` from your distribution repositories. - -### 2. Install SDK - -`flatpak install org.kde.Sdk org.kde.Platform` -Pick version `5.15` - -### 3. Get the yml flatpak file - -You can download it directly from github, or clone the repo. - -### 4. Build it - -``` -flatpak-builder --ccache --force-clean flatbuild packages/flatpak/org.polymc.PolyMC.yml -``` - -If you didn't clone the repo, the path might be different. - -### 5. Install the custom build - -``` -flatpak-builder --user --install --ccache --force-clean flatbuild packages/org.polymc.PolyMC.yml -``` |