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.9 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.24/clutter-1.24.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/clutter/1.24/clutter-1.24.2.tar.xz
Download MD5 sum: 3b98e1b33719982a5736ae42cbf7183e
Download size: 5.1 MB
Estimated disk space required: 74 MB (additional 14 MB for tests)
Estimated build time: 1.0 SBU (additional 0.6 SBU for tests)
ATK-2.18.0, Cogl-1.22.0, and JSON-GLib-1.0.4
gobject-introspection-1.46.0 and GTK+-3.18.7
GTK-Doc-1.24, libgudev-230, libinput-1.1.8, libxkbcommon-0.5.0, Tslib, and Wayland-1.10.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).
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 2016-03-02 20:46:04 -0800