blob: 3821e5d08afc5348587307c398c7559386c2f37d [file] [log] [blame]
Kristian Høgsberg72e023c2012-07-20 12:26:23 -04001Weston
Kristian Høgsberga6f69992010-09-14 12:41:26 -04002
Kristian Høgsberg72e023c2012-07-20 12:26:23 -04003Weston is the reference implementation of a Wayland compositor, and a
4useful compositor in its own right. Weston has various backends that
5lets it run on Linux kernel modesetting and evdev input as well as
6under X11. Weston ships with a few example clients, from simple
7clients that demonstrate certain aspects of the protocol to more
8complete clients and a simplistic toolkit. There is also a quite
9capable terminal emulator (weston-terminal) and an toy/example desktop
10shell. Finally, weston also provides integration with the Xorg server
11and can pull X clients into the Wayland desktop and act as a X window
12manager.
13
Bryce W. Harringtonc74ab152014-02-03 21:37:06 +000014Refer to http://wayland.freedesktop.org/building.html for building
Kristian Høgsberg72e023c2012-07-20 12:26:23 -040015weston and its dependencies.
Bryce W. Harringtonc74ab152014-02-03 21:37:06 +000016
17The test suite can be invoked via `make check`; see
18http://wayland.freedesktop.org/testing.html for additional details.