README.md: add some dependency versions

This commit is contained in:
Johan Malm 2020-12-21 18:51:31 +00:00
parent ca24c215ee
commit a8a60c695a

View file

@ -35,9 +35,11 @@ The following were considered before choosing wlroots: [qtwayland](https://githu
Dependencies include:
- meson, ninja
- wlroots (>=0.10.0)
- wayland, wayland-protocols
- wlroots (>0.12)
- wayland (>=1.16)
- wayland-protocols
- xwayland
- libinput (>=1.14)
- libxml2
- cairo, pango, glib-2.0
- xcb
@ -45,6 +47,8 @@ Dependencies include:
For further details see [wiki/Build](https://github.com/johanmalm/labwc/wiki/Build).
It seems a bit early to start tagging, but if you're running wlroots 0.10-0.12, checkout commit 071fcc6
## 3. Configure
If you want to override the defaults, copy data/rc.xml to ~/.config/labwc/ and tweak to suit.
@ -107,7 +111,12 @@ In order to keep the code base clean and maintainable, simplicy is favoured over
### In-scope
Refer to these wiki pages for scope info: [progress](https://github.com/johanmalm/labwc/wiki/Scope-progress) [configuration](https://github.com/johanmalm/labwc/wiki/Scope-configuration) [specification](https://github.com/johanmalm/labwc/wiki/Scope-theme-specification) [actions](https://github.com/johanmalm/labwc/wiki/Scope-actions)
Refer to these wiki pages for scope info:
- [progress](https://github.com/johanmalm/labwc/wiki/Scope-progress)
- [configuration](https://github.com/johanmalm/labwc/wiki/Scope-configuration)
- [specification](https://github.com/johanmalm/labwc/wiki/Scope-theme-specification)
- [actions](https://github.com/johanmalm/labwc/wiki/Scope-actions)
### Out-of-scope