adwaita-swift/user-manual/GettingStarted.md
2023-09-12 08:17:52 +02:00

20 lines
589 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Getting Started
Before you can start using _Adwaita_, youll need to setup some dependencies.
## macOS
1. Install [Homebrew][1].
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
Subtasks is an open source project. Visit the [GitHub repository][2] for bug reports, feature requests, pull requests and more information.
[1]: https://brew.sh
[2]: https://github.com/david-swift/Subtasks-macOS