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-7.4 platform.
Anything built with this toolkit needs hardware 3D acceleration from the graphics driver at runtime. This is provided by MesaLib (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.14/clutter-1.14.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/clutter/1.14/clutter-1.14.4.tar.xz
Download MD5 sum: c072e4c27e69368f2b877ea4f6da2cdf
Download size: 4.9 MB
Estimated disk space required: 110 MB
Estimated build time: 1.4 SBU
ATK-2.8.0, Cogl-1.14.0, and JSON-GLib-0.16.0
gobject-introspection-1.36.0 and GTK+-3.8.4
GTK-Doc-1.19, libxkbcommon, Tslib, udev-Installed LFS Version or udev-extras (from systemd) (for GUdev), and Wayland
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 check (you must be in an xterm or similar to do this, because it launches some windows).
Now, as the root
user:
make install
--enable-egl-backend
: This
switch enables the experimental EGL windowing backend.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2013-09-03 12:08:19 -0700