1
0
mirror of https://github.com/emersion/wlr-randr synced 2024-11-26 07:33:46 +01:00

readme: add build instructions

This commit is contained in:
emersion 2019-03-08 17:49:26 +01:00
parent 43082aba97
commit 2de018c695
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

@ -2,6 +2,19 @@
Utility to manage outputs of a Wayland compositor.
## Building
Install dependencies:
* meson (compile-time dependency)
* wayland
Then run:
meson build
ninja -C build
build/wlr-randr
## License
MIT