%general-entities; ]> $LastChangedBy$ $Date$ Clutter-&clutter-version; Clutter Introduction to Clutter The Clutter package contains an open source software library used for creating fast, visually rich and animated graphical user interfaces. &lfs91_checked; Anything built with this toolkit needs hardware 3D acceleration from the graphics driver at runtime. This is provided by Mesa (or by proprietary graphics drivers), but is not available for every graphics card nor for all virtual machines. You may wish to review . Package Information Download (HTTP): Download (FTP): Download MD5 sum: &clutter-md5sum; Download size: &clutter-size; Estimated disk space required: &clutter-buildsize; Estimated build time: &clutter-time; Clutter Dependencies Required , , and Recommended , , , , , and Optional and Tslib User Notes: Installation of Clutter Install Clutter by running the following commands: ./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-egl-backend \ --enable-evdev-input \ --enable-wayland-backend \ --enable-wayland-compositor && make To test the results, issue: make -k check (you must be in an xterm or similar to do this, because it launches some windows). The test named actor-offscreen-redirect may hang. Now, as the root user: make install Command Explanations --enable-egl-backend: This switch enables the experimental EGL windowing backend. --enable-evdev-input: This switch enables the experimental Evdev input backend which is required for GNOME Wayland support. --enable-wayland and --enable-wayland-compositor: These switches enable the experimental Wayland API in Clutter which is required for GNOME Wayland support. Contents Installed Programs Installed Library Installed Directories None libclutter-1.0.so and libclutter-glx-1.0.so /usr/include/clutter-1.0 and /usr/share/gtk-doc/html/{cally,clutter} Short Descriptions libclutter-1.0.so contains the Clutter API functions. libclutter-1.0.so