Update the extension versions in flatpak build instructions to 21.08

The extensions need to match the SDK version, that was updated to
org.gnome.Sdk//41 in Commit e5e02b13. (Version 41 is based on
org.freedesktop.Sdk//21.08)
This commit is contained in:
Sebastian Grabowski
2021-11-24 16:57:25 +01:00
parent 2d51ea677e
commit b25f6f9abb

View File

@@ -19,7 +19,7 @@ The recommended way to build is using flatpak, which will take care of all depen
First, install the required flatpak platform and SDK, if you dont have them already: First, install the required flatpak platform and SDK, if you dont have them already:
```shell ```shell
$ flatpak install org.gnome.{Platform,Sdk}//41 org.freedesktop.Sdk.Extension.rust-stable//20.08 org.freedesktop.Sdk.Extension.llvm12//20.08 $ flatpak install org.gnome.{Platform,Sdk}//41 org.freedesktop.Sdk.Extension.rust-stable//21.08 org.freedesktop.Sdk.Extension.llvm12//21.08
``` ```
To compile and install as a flatpak, run To compile and install as a flatpak, run