adwaita-swift/user-manual/GettingStarted.md

842 B
Raw Blame History

Getting Started

Before you can start using Adwaita, youll need to setup some dependencies.

macOS

  1. Install Homebrew.
  2. Install Libadwaita (and thereby GTK 4):
brew install libadwaita

Linux

Install libadwaita-devel or libadwaita (or something similar, based on the package manager) as well as gtk4-devel, gtk4 or similar.

Development

Adwaita is an open source project. Visit the GitHub repository for bug reports, feature requests, pull requests and more information.

Template Repository

A template repository for Adwaita app projects is available here.

Demo Application

A demo application showcasing Adwaita's features is available here