The Clutter package contains an open source software library used for creating fast, visually rich and animated graphical user interfaces.
This package is known to build and work properly using an LFS-8.1 platform.
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 Checking the DRI installation.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/clutter/1.26/clutter-1.26.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/clutter/1.26/clutter-1.26.2.tar.xz
Download MD5 sum: a03482cbacf735eca8c996f210a21ee5
Download size: 5.1 MB
Estimated disk space required: 85 MB (with tests)
Estimated build time: 1.2 SBU (with tests)
ATK-2.24.0, Cogl-1.22.2, and JSON-GLib-1.2.8
gobject-introspection-1.52.1 and GTK+-3.22.18
GTK-Doc-1.26, libgudev-231, libinput-1.8.1, libxkbcommon-0.7.2, Tslib, and Wayland-1.14.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/clutter
Install Clutter by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc --enable-egl-backend && 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). Two tests have been observed to indicate ERROR, but each is flagged twice.
Now, as the root
user:
make install
--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.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2017-08-23 21:43:46 -0700