diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-06-08 00:52:33 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-06-08 00:52:33 +1200 |
commit | 382f712792007ad839c4b6febf7f6387128ca7af (patch) | |
tree | 03a8e31a065c43f5c5cce46fd6e366b62d12a646 /README.md | |
parent | 53dd622263cb2b952a148463cfb046ba084d57ac (diff) | |
parent | 69deb99a654846d6c94ee7fc0f1da818c5965e3e (diff) |
Merge remote-tracking branch 'upstream/master' into rotation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 26 insertions, 2 deletions
@@ -1,5 +1,29 @@ # wlroots -A set of utility libraries for Wayland compositors. +Pluggable, composable modules for building a Wayland compositor. -WIP +WIP - [Status](https://github.com/SirCmpwn/wlroots/issues/9) + +## Building + +Install dependencies: + +* cmake +* wayland +* wayland-protocols +* EGL +* GLESv2 +* DRM +* GBM +* libinput +* udev +* systemd (optional, for logind support) +* asciidoc (optional, for man pages) + +Run these commands: + + mkdir build + cd build + cmake -DCMAKE_BUILD_TYPE=Release .. + make + sudo make install |