source: x/lib/cogl.xml@ 9f83462

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9f83462 was b371476, checked in by Krejzi <krejzi@…>, 11 years ago

Typo

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11420 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.0 KB
RevLine 
[aea89388]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[7ea83d7]7 <!ENTITY cogl-download-http "&gnome-download-http;/cogl/1.14/cogl-&cogl-version;.tar.xz">
8 <!ENTITY cogl-download-ftp "&gnome-download-ftp;/cogl/1.14/cogl-&cogl-version;.tar.xz">
9 <!ENTITY cogl-md5sum "7eabaf4241c0b87cc9e3b0fa23fd0315">
10 <!ENTITY cogl-size "1.6 MB">
11 <!ENTITY cogl-buildsize "60 MB">
12 <!ENTITY cogl-time "0.8 SBU">
[aea89388]13]>
14
[ff5df153]15<sect1 id="cogl" xreflabel="Cogl-&cogl-version;">
[aea89388]16 <?dbhtml filename="cogl.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[742b99e]23 <title>Cogl-&cogl-version;</title>
[aea89388]24
25 <indexterm zone="cogl">
[983fc68]26 <primary sortas="a-Cogl">Cogl</primary>
[aea89388]27 </indexterm>
28
29 <sect2 role="package">
[742b99e]30 <title>Introduction to Cogl</title>
[aea89388]31
[a2912ff]32 <para>
33 <application>Cogl</application> is a modern 3D graphics API with associated
34 utility APIs designed to expose the features of 3D graphics hardware using
35 a direct state access API design, as opposed to the state-machine style
36 of OpenGL.
37 </para>
[aea89388]38
[7ea83d7]39 &lfs73_checked;
[aea89388]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[a2912ff]44 <para>
45 Download (HTTP): <ulink url="&cogl-download-http;"/>
46 </para>
[aea89388]47 </listitem>
48 <listitem>
[a2912ff]49 <para>
50 Download (FTP): <ulink url="&cogl-download-ftp;"/>
51 </para>
[aea89388]52 </listitem>
53 <listitem>
[a2912ff]54 <para>
55 Download MD5 sum: &cogl-md5sum;
56 </para>
[aea89388]57 </listitem>
58 <listitem>
[a2912ff]59 <para>
60 Download size: &cogl-size;
61 </para>
[aea89388]62 </listitem>
63 <listitem>
[a2912ff]64 <para>
65 Estimated disk space required: &cogl-buildsize;
66 </para>
[aea89388]67 </listitem>
68 <listitem>
[a2912ff]69 <para>
70 Estimated build time: &cogl-time;
71 </para>
[aea89388]72 </listitem>
73 </itemizedlist>
74
[742b99e]75 <bridgehead renderas="sect3">Cogl Dependencies</bridgehead>
[aea89388]76
77 <bridgehead renderas="sect4">Required</bridgehead>
[742b99e]78 <para role="required">
79 <xref linkend="gdk-pixbuf"/>,
80 <xref linkend="mesalib"/> and
81 <xref linkend="pango"/>
82 </para>
[aea89388]83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
[742b99e]85 <para role="recommended">
86 <xref linkend="gobject-introspection"/>
87 </para>
[b9a819c8]88
89 <bridgehead renderas="sect4">Optional</bridgehead>
[742b99e]90 <para role="optional">
[7ea83d7]91 <xref linkend="gtk-doc"/>,
92 <xref linkend="sdl"/>,
93 <ulink url="http://www.libsdl.org/tmp/release/">SDL2</ulink> and
94 <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
[742b99e]95 </para>
[aea89388]96
97 <para condition="html" role="usernotes">User Notes:
[a2912ff]98 <ulink url="&blfs-wiki;/cogl"/>
99 </para>
[aea89388]100 </sect2>
101
102 <sect2 role="installation">
[742b99e]103 <title>Installation of Cogl</title>
[aea89388]104
[a2912ff]105 <para>
106 Install <application>Cogl</application> by running the following
107 commands:
108 </para>
[aea89388]109
[7ea83d7]110<screen><userinput>./configure --prefix=/usr --enable-gles1 --enable-gles2 &amp;&amp;
[aea89388]111make</userinput></screen>
112
[a2912ff]113 <para>
[7ea83d7]114 To test the results, issue: <command>make check</command>. The
115 tests should be ran from an X terminal running on the hardware
116 accelerated Xorg Server.
[a2912ff]117 </para>
[aea89388]118
[a2912ff]119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
[aea89388]122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
[b9a819c8]127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
[7ea83d7]130 <para>
131 <parameter>--enable-gles1</parameter>: This switch enables support
132 for OpenGL ES 1.1.
133 </para>
134
135 <para>
136 <parameter>--enable-gles2</parameter>: This switch enables support
137 for OpenGL ES 2.0.
138 </para>
139
[b9a819c8]140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a2912ff]141 href="../../xincludes/gtk-doc-rebuild.xml"/>
[b9a819c8]142
143 </sect2>
144
[aea89388]145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
[7ea83d7]149 <segtitle>Installed Programs</segtitle>
[aea89388]150 <segtitle>Installed Libraries</segtitle>
[742b99e]151 <segtitle>Installed Directories</segtitle>
[aea89388]152
153 <seglistitem>
[0913f48]154 <seg>
[7ea83d7]155 None
156 </seg>
157 <seg>
[b371476]158 libcogl-gles2.so, libcogl-pango.so and libcogl.so
[0913f48]159 </seg>
160 <seg>
[983fc68]161 /usr/include/cogl and
162 /usr/share/cogl
[0913f48]163 </seg>
[aea89388]164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
[7ea83d7]172 <varlistentry id="libcogl-gles2">
173 <term><filename class="libraryfile">libcogl-gles2.so</filename></term>
174 <listitem>
175 <para>
176 is the OpenGL ES 2.0 integration library for
177 <application>Cogl</application>.
178 </para>
179 <indexterm zone="cogl libcogl-gles2">
180 <primary sortas="c-libcogl-gles2">libcogl-gles2.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
[aea89388]185 <varlistentry id="libcogl-pango">
[948dc10]186 <term><filename class="libraryfile">libcogl-pango.so</filename></term>
[aea89388]187 <listitem>
[a2912ff]188 <para>
189 is the <application>Pango</application> integration library
190 for <application>Cogl</application>.
191 </para>
[aea89388]192 <indexterm zone="cogl libcogl-pango">
193 <primary sortas="c-libcogl-pango">libcogl-pango.so</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="libcogl">
[948dc10]199 <term><filename class="libraryfile">libcogl.so</filename></term>
[aea89388]200 <listitem>
[a2912ff]201 <para>
202 is an object oriented GL/GLES Abstraction/Utility Layer library.
203 </para>
[aea89388]204 <indexterm zone="cogl libcogl">
205 <primary sortas="c-libcogl">libcogl.so</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 </variablelist>
211
212 </sect2>
213
214</sect1>
Note: See TracBrowser for help on using the repository browser.