flatpak: Update to gnome 44 runtime and llvm 15

This commit is contained in:
Tom A. Wagner
2023-08-20 14:24:02 +02:00
parent 7f754b207c
commit c5adb2eca2
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ $ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.fl
Then install the required flatpak platform and SDK, if you dont have them already:
```shell
$ flatpak install org.gnome.{Platform,Sdk}//43 org.freedesktop.Sdk.Extension.rust-stable//22.08 org.freedesktop.Sdk.Extension.llvm14//22.08
$ flatpak install org.gnome.{Platform,Sdk}//44 org.freedesktop.Sdk.Extension.rust-stable//22.08 org.freedesktop.Sdk.Extension.llvm15//22.08
```
To compile and install as a flatpak, clone the project, change to the project directory, and run: