20 lines
589 B
Markdown
20 lines
589 B
Markdown
# Getting Started
|
||
|
||
Before you can start using _Adwaita_, you’ll 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
|