Commit 831a89d2 authored by Erik Reider's avatar Erik Reider

Updated README with list of dependencies

parent 74ba2f37
......@@ -174,8 +174,31 @@ But we recommend to use [Guix Home](https://guix.gnu.org/manual/devel/en/html_no
### Other
#### Dependencies
- `vala >= 0.56`
- `meson`
- `git`
- `scdoc`
- `sassc`
- `gtk3`
- `gtk-layer-shell`
- `dbus`
- `glib2`
- `gobject-introspection`
- `libgee`
- `json-glib`
- `libhandy`
- `gvfs`
- `granite`
##### Optional Dependencies
- `libpulse` (requires meson build options change)
- `libnotify`
```zsh
meson build
meson build --prefix=/usr
ninja -C build
meson install -C build
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment