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.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/cogl/1.16/cogl-1.16.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/cogl/1.16/cogl-1.16.2.tar.xz
Download MD5 sum: aaf32bde135cf3815aa3221726bad71e
Download size: 1.6 MB
Estimated disk space required: 56 MB
Estimated build time: 0.6 SBU
gdk-pixbuf-2.30.4, MesaLib-10.0.3, and Pango-1.36.2
gst-plugins-base-1.2.3, GTK-Doc-1.19, SDL-1.2.15, SDL2, and Wayland
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/cogl
Install Cogl by running the following commands:
./configure --prefix=/usr --enable-gles1 --enable-gles2 && make
To test the results, issue: make check. The tests should be run from an X terminal on the hardware accelerated Xorg Server.
Now, as the root
user:
make install
--enable-gles1
: This switch
enables support for OpenGL ES 1.1.
--enable-gles2
: This switch
enables support for OpenGL ES 2.0.
--enable-cogl-gst
: This switch enables
gstreamer support.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2014-02-21 16:09:26 -0800