%general-entities; ]> $LastChangedBy$ $Date$ Wayland-&wayland-version; Wayland Introduction to Wayland Wayland is a project to define a protocol for a compositor to talk to its clients as well as a library implementation of the protocol. &lfs75_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &wayland-md5sum; Download size: &wayland-size; Estimated disk space required: &wayland-buildsize; Estimated build time: &wayland-time; Wayland Dependencies Required Optional , (to build documentation) and Publican User Notes: Installation of Wayland Install Wayland by running the following commands: ./configure --prefix=/usr --disable-static && make The testsuite needs to be run as the root user. To test the results, issue: make check Now, as the root user: make install Command Explanations Contents Installed Programs Installed Libraries Installed Directories wayland-scanner libwayland-client.so, libwayland-cursor.so and libwayland-server.so /usr/share/wayland Short Descriptions wayland-scanner is a tool to generate proxy methods in wayland-client-protocol.h and wayland-server-protocol.h wayland libwayland-client.so contains API functions for writing Wayland applications. libwayland-client.so libwayland-cursor.so contains API functions for managing cursors in Wayland applications. libwayland-cursor.so libwayland-server.so contains API functions for writing Wayland compositors. libwayland-server.so