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.5 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.16/clutter-1.16.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/clutter/1.16/clutter-1.16.4.tar.xz
Download MD5 sum: 29389588ce388bb64ec4d5c986a6afd3
Download size: 5.0 MB
Estimated disk space required: 85 MB (additional 7 MB for docs creation and 13 MB for tests)
Estimated build time: 0.7 SBU (additional 1.8 SBU for docs creation and 0.4 SBU for tests)
ATK-2.10.0, Cogl-1.16.2, and JSON-GLib-0.16.2
gobject-introspection-1.38.0 and GTK+-3.10.7
GTK-Doc-1.19, libevdev, libxkbcommon, Tslib, 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 -k
check (you must be in an xterm or similar to do
this, because it launches some windows). The abicheck.sh test
fails, if experimental backends have been enabled by the use of the
parameter --enable-egl-backend
. Without that
switch, the tests pass.
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 2014-02-22 07:06:53 -0800