clutter-1.2.10

Introduction to clutter

The clutter package is an open source software library for creating fast, visually rich and animated graphical user interfaces.

This package is known to build using an LFS 6.5 platform but has not been tested.

Package Information

clutter Dependencies

Required

gtk+-2.24.8 and MesaLib-7.11.2

Optional

gir-repository-0.6.5 and GTK-Doc-1.18

Optional (to build the application developers manual)

DocBook-utils-0.6.14, JadeTeX-3.13, xmlto-0.0.23, and either Links-2.4, Lynx-2.8.7rel.2, or w3m-0.5.2

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

Installation of clutter

Install clutter by running the following commands:

./configure --prefix=/usr &&
make

This package does not come with a test suite.

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 Programs: None
Installed Library: libclutter-glx-1.0.so
Installed Directories: /usr/{include/clutter-1.0/{clutter/{glx,json,x11},cogl}, share/gtk-doc/html/{clutter,cogl}}

Short Descriptions

libclutter-glx-1.0.so

contains the clutter API functions.

Last updated on 2010-08-14 10:23:57 +0000