From 5c3f16c36f1057ad730e982ee4be727598fa70fc Mon Sep 17 00:00:00 2001 From: david-swift Date: Tue, 26 Mar 2024 07:23:08 +0100 Subject: [PATCH] Add information about using Flatpak --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e9914e2..2d6e7cf 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,17 @@ An overview of the widgets supported by _Adwaita_ is available [here](user-manua ## Installation ### Dependencies +#### Flatpak + +It is recommended to develop apps inside of a Flatpak. +That way, you don't have to install Swift or any of the dependencies on your system, and you always have access to the latest versions. +Take a look at the [template repository](https://github.com/AparokshaUI/AdwaitaTemplate). +This works on Linux only. + +#### Directly on System + +You can also run your apps directly on the system. + If you are using a Linux distribution, install `libadwaita-devel` or `libadwaita` (or something similar, based on the package manager) as well as `gtk4-devel`, `gtk4` or similar. On macOS, follow these steps: