aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-06-08 00:52:33 +1200
committerScott Anderson <ascent12@hotmail.com>2017-06-08 00:52:33 +1200
commit382f712792007ad839c4b6febf7f6387128ca7af (patch)
tree03a8e31a065c43f5c5cce46fd6e366b62d12a646 /README.md
parent53dd622263cb2b952a148463cfb046ba084d57ac (diff)
parent69deb99a654846d6c94ee7fc0f1da818c5965e3e (diff)
Merge remote-tracking branch 'upstream/master' into rotation
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 26 insertions, 2 deletions
diff --git a/README.md b/README.md
index 74a2385e..75d191d4 100644
--- a/README.md
+++ b/README.md
@@ -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