Go to file
Scott Anderson 8189c64d7f Fixed that warnings that showed up with optimisations. 2017-07-11 00:14:55 +12:00
CMake Added direct session support 2017-07-03 14:46:20 +12:00
backend Remove excessive logging in wayland backend 2017-06-28 16:35:18 -04:00
examples Fixed that warnings that showed up with optimisations. 2017-07-11 00:14:55 +12:00
include Fixed that warnings that showed up with optimisations. 2017-07-11 00:14:55 +12:00
render Merge branch 'wlcore' 2017-06-29 16:00:24 -04:00
session Fixed that warnings that showed up with optimisations. 2017-07-11 00:14:55 +12:00
types Merge branch 'wlcore' 2017-06-29 16:00:24 -04:00
util Utilize wlr_log in example logging 2017-06-21 14:15:06 -04:00
.gitignore Rework wayland backend output implementation 2017-06-19 22:36:40 +02:00
CMakeLists.txt Make libcap optional. 2017-07-04 00:29:03 +12:00
CONTRIBUTING.md Update README.md, add CONTRIBUTING.md 2017-06-06 10:54:53 -04:00
LICENSE Initial commit 2017-04-25 11:32:52 -04:00
README.md Make libcap optional. 2017-07-04 00:29:03 +12:00

README.md

wlroots

Pluggable, composable modules for building a Wayland compositor.

WIP - Status

Building

Install dependencies:

  • cmake
  • wayland
  • wayland-protocols
  • EGL
  • GLESv2
  • DRM
  • GBM
  • libinput
  • udev
  • systemd (optional, for logind support)
  • libcap (optional, for capability support)
  • asciidoc (optional, for man pages)

Run these commands:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo make install