%general-entities; ]> $LastChangedBy$ $Date$ Cogl-&cogl-version; Cogl 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. &lfs91_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &cogl-md5sum; Download size: &cogl-size; Estimated disk space required: &cogl-buildsize; Estimated build time: &cogl-time; Additional Downloads Required patch: Cogl Dependencies Required , , , , , and Recommended Optional , , , and User Notes: Installation of Cogl First fix an issue introduced by mesa-20.x and later: patch -Np1 -i ../cogl-&cogl-version;-mesa_20_fixes-1.patch Install Cogl by running the following commands: ¶llel_issues; autoreconf && ./configure --prefix=/usr \ --enable-gles1 \ --enable-gles2 \ --enable-{kms,wayland,xlib}-egl-platform \ --enable-wayland-egl-server && make To test the results, issue: make check. The tests should be run from an X terminal on the hardware accelerated Xorg Server. A few tests will use all CPUs in parallel, regardless of parallellism settings. Now, as the root user: make install Command Explanations --enable-gles1: This switch enables support for OpenGL ES 1.1. --enable-gles2: This switch enables support for OpenGL ES 2.0. --enable-{kms,wayland,xlib}-egl-platform: These switches enable support for KMS, Wayland and Xlib EGL platforms. They are required for GNOME Wayland support. --enable-wayland-egl-server: This switch enables Cogl's Wayland Server API which is required for GNOME Wayland support. : This switch enables gstreamer support. Contents Installed Programs Installed Libraries Installed Directories None libcogl-gles2.so, libcogl-pango.so, libcogl-path.so, and libcogl.so, and optional libraries libcogl-gst.so and /usr/lib/gstreamer-1.0/libgstcogl.so /usr/include/cogl and /usr/share/cogl Short Descriptions libcogl-gles2.so is the OpenGL ES 2.0 integration library for Cogl. libcogl-gles2.so libcogl-pango.so is the Pango integration library for Cogl. libcogl-pango.so libcogl.so is an object oriented GL/GLES Abstraction/Utility Layer library. libcogl.so