Cogl-1.10.2

Introduction to Cogl

Cogl is a modern 3D graphics API with associated utility APIs designed to expose the features of 3D graphics hardware using a direct state access API design, as opposed to the state-machine style of OpenGL.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

Cogl Dependencies

Required

gdk-pixbuf-2.26.1, MesaLib-8.0.2 and Pango-1.30.0

Recommended

Optional

GTK-Doc-1.18

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

Installation of Cogl

Install Cogl by running the following commands:

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

To test the results, issue: make check.

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 Libraries: libcogl-pango.so and libcogl.so
Installed Directories: /usr/include/cogl, /usr/share/cogl and /usr/share/gtk-doc/html/{cogl,cogl-2.0-experimental}

Short Descriptions

libcogl-pango.so

is Pango integration library for Cogl.

libcogl.so

is an object oriented GL/GLES Abstraction/Utility Layer library.

Last updated on 2012-05-01 12:35:38 +0000