clutter-gtk-1.0.4

Introduction to clutter-gtk

The clutter-gtk package is a library providing facilities to integrate Clutter into GTK+ applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the default ClutterStage into any GtkContainer.

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

Package Information

clutter-gtk Dependencies

Required

clutter-1.8.2 and gtk+-3.2.3

Optional

GTK-Doc-1.18

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

Installation of clutter-gtk

Install clutter-gtk 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-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-gtk-1.0.so
Installed Directories: /usr/{include/clutter-gtk-1.0/clutter-gtk, share/gtk-doc/html/clutter-gtk-1.0}

Short Descriptions

libclutter-gtk-1.0.so

contains the clutter-gtk API functions.

Last updated on 2012-01-26 22:17:25 +0000