Go to file
Drew DeVault b08aa9fd35 Revert "Merge pull request #27 from ascent12/meson"
This reverts commit 85805da021, reversing
changes made to 8189c64d7f.
2017-07-11 22:16:56 -04:00
CMake Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -04:00
backend Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -04:00
examples Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -04:00
include Fixed that warnings that showed up with optimisations. 2017-07-11 00:14:55 +12:00
render Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -04:00
session Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -04:00
types Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -04:00
util Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -04:00
.gitignore Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -04:00
CMakeLists.txt Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -04: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 Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -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)
  • 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