From a40eebb8ab7d1367689109cdbfdb36c53ce2423a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 16 May 2023 10:50:50 +0200 Subject: [PATCH] contributing: Update LLVM flatpak dependency --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1d4d9f5..300c8bf1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ flatpak install --user gnome-nightly org.gnome.Sdk//master org.gnome.Platform//m flatpak install --user flathub org.freedesktop.Sdk.Extension.rust-stable//22.08 # Install the required llvm extension from Flathub -flatpak install --user flathub org.freedesktop.Sdk.Extension.llvm14//22.08 +flatpak install --user flathub org.freedesktop.Sdk.Extension.llvm15//22.08 ``` If you are building the flatpak manually you will also need flatpak-builder on your system, or the @@ -105,7 +105,7 @@ To test changes you make to the code, re-run these three last commands. Some features that interact with the system require the app to be installed to test them (i.e. notifications, command line arguments, etc.). -GNOME Builder allows to export a flatpak of the app after it has been successfully built. +GNOME Builder can export a flatpak of the app after it has been successfully built. Fractal can then be installed with: