You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dominique Martinet
e6ad67911b
|
7 years ago | |
---|---|---|
backend | 7 years ago | |
examples | 7 years ago | |
include | 7 years ago | |
protocol | 7 years ago | |
render | 7 years ago | |
types | 7 years ago | |
util | 7 years ago | |
xcursor | 7 years ago | |
.build.yml | 7 years ago | |
.gitignore | 7 years ago | |
.travis.yml | 7 years ago | |
CONTRIBUTING.md | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 7 years ago | |
dummy.c | 7 years ago | |
meson.build | 7 years ago |
README.md
wlroots
Pluggable, composable modules for building a Wayland compositor.
This is a WIP: status
Contributing
Development is organized in our IRC channel, #sway on irc.freenode.net. Join us and ask how you can help!
Building
Install dependencies:
- wayland
- wayland-protocols
- EGL
- GLESv2
- DRM
- GBM
- libinput
- udev
- pixman
- systemd (optional, for logind support)
- libcap (optional, for capability support)
- asciidoc (optional, for man pages)
Run these commands:
meson build
ninja -C build