blob: 32856284d302a16db36b374fcea320336eef6dab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# astal-river
a library and cli tool for getting status information of the river wayland compositor.
## Build from source
### Dependencies
- meson
- glib
- gobject-introspection
- json-glib
- libwayland
```sh
# Clone the repository
git clone https://github.com/astal-sh/river
cd river
# Setup and build
meson setup build
meson compile -C build
# Install
meson install -C build
```
## Todo
- docs
|