Go to file
Scott Anderson 632a7acb03 Filled out more wlr_output fields. 2017-06-08 00:39:40 +12:00
CMake Added example. 2017-05-02 18:13:17 +12:00
backend Filled out more wlr_output fields. 2017-06-08 00:39:40 +12:00
common Logging improvements 2017-06-05 14:50:33 +12:00
example Filled out more wlr_output fields. 2017-06-08 00:39:40 +12:00
include Filled out more wlr_output fields. 2017-06-08 00:39:40 +12:00
session Refactor type implementations 2017-06-04 19:30:50 -04:00
types Filled out more wlr_output fields. 2017-06-08 00:39:40 +12:00
.gitignore Initial commit 2017-04-25 11:32:52 -04:00
CMakeLists.txt Logging improvements 2017-06-05 14:50:33 +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 Update README.md, add CONTRIBUTING.md 2017-06-06 10:54:53 -04: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)
  • asciidoc (optional, for man pages)

Run these commands:

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