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:
parent
43082aba97
commit
2de018c695
13
README.md
13
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user