mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
e750716a26
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14326 af4574ff-66df-0310-9fd7-8a98e5e911e0
224 lines
6.2 KiB
XML
224 lines
6.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY cogl-download-http "&gnome-download-http;/cogl/1.18/cogl-&cogl-version;.tar.xz">
|
|
<!ENTITY cogl-download-ftp "&gnome-download-ftp;/cogl/1.18/cogl-&cogl-version;.tar.xz">
|
|
<!ENTITY cogl-md5sum "952155d526d35f297737266408e842b5">
|
|
<!ENTITY cogl-size "1.6 MB">
|
|
<!ENTITY cogl-buildsize "50 MB">
|
|
<!ENTITY cogl-time "0.7 SBU">
|
|
]>
|
|
|
|
<sect1 id="cogl" xreflabel="Cogl-&cogl-version;">
|
|
<?dbhtml filename="cogl.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Cogl-&cogl-version;</title>
|
|
|
|
<indexterm zone="cogl">
|
|
<primary sortas="a-Cogl">Cogl</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Cogl</title>
|
|
|
|
<para>
|
|
<application>Cogl</application> 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.
|
|
</para>
|
|
|
|
&lfs76_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&cogl-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&cogl-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &cogl-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &cogl-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &cogl-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &cogl-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Cogl Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gdk-pixbuf"/>,
|
|
<xref linkend="mesalib"/>, and
|
|
<xref linkend="pango"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="gobject-introspection"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gst10-plugins-base"/>,
|
|
<xref linkend="gtk-doc"/>,
|
|
<xref linkend="sdl"/>,
|
|
<ulink url="http://www.libsdl.org/tmp/release/">SDL2</ulink>, and
|
|
<ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/cogl"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Cogl</title>
|
|
|
|
<para>
|
|
Install <application>Cogl</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --enable-gles1 --enable-gles2 &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>make check</command>. The
|
|
tests should be run from an X terminal on the hardware accelerated
|
|
Xorg Server.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<parameter>--enable-gles1</parameter>: This switch enables support
|
|
for OpenGL ES 1.1.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--enable-gles2</parameter>: This switch enables support
|
|
for OpenGL ES 2.0.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--enable-cogl-gst</option>: This switch enables gstreamer support.
|
|
</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
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
|
|
</seg>
|
|
<seg>
|
|
/usr/include/cogl and
|
|
/usr/share/cogl
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libcogl-gles2">
|
|
<term><filename class="libraryfile">libcogl-gles2.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the OpenGL ES 2.0 integration library for
|
|
<application>Cogl</application>.
|
|
</para>
|
|
<indexterm zone="cogl libcogl-gles2">
|
|
<primary sortas="c-libcogl-gles2">libcogl-gles2.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libcogl-pango">
|
|
<term><filename class="libraryfile">libcogl-pango.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the <application>Pango</application> integration library
|
|
for <application>Cogl</application>.
|
|
</para>
|
|
<indexterm zone="cogl libcogl-pango">
|
|
<primary sortas="c-libcogl-pango">libcogl-pango.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libcogl">
|
|
<term><filename class="libraryfile">libcogl.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is an object oriented GL/GLES Abstraction/Utility Layer library.
|
|
</para>
|
|
<indexterm zone="cogl libcogl">
|
|
<primary sortas="c-libcogl">libcogl.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|