Clutter-1.12.2

Introduction to Clutter

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.2 platform.

[Note]

Note

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.

Package Information

Clutter Dependencies

Required

ATK-2.6.0, Cogl-1.12.2 and JSON-GLib-0.16.0

Recommended

Optional

GTK-Doc-1.18

Optional (to build the application developers manual)

DocBook-utils-0.6.14, xmlto-0.0.25 and either Links-2.7, Lynx-2.8.8dev.15 or w3m-0.5.3

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/clutter

Installation of Clutter

Install Clutter by running the following commands:

./configure --prefix=/usr --sysconfdir=/etc &&
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

Command Explanations

--enable-manual: Use this parameter if DocBook-utils, xmlto, JadeTeX, and either Links, Lynx, or W3m are installed and you wish to build the application developers manual.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Library: libclutter-1.0.so
Installed Directories: /usr/include/clutter-1.0, /usr/share/gtk-doc/html/cally and /usr/share/gtk-doc/html/clutter

Short Descriptions

libclutter-1.0.so

contains the Clutter API functions.

Last updated on 2013-02-11 18:51:17 +0000