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 |
|
---|
7 | <!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.10/clutter-&clutter-version;.tar.xz">
|
---|
8 | <!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.10/clutter-&clutter-version;.tar.xz">
|
---|
9 | <!ENTITY clutter-md5sum "ec951ad480c732fdedc3023eafe73529">
|
---|
10 | <!ENTITY clutter-size "4.6 MB">
|
---|
11 | <!ENTITY clutter-buildsize "90 MB">
|
---|
12 | <!ENTITY clutter-time "1.3 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="clutter" xreflabel="Clutter-&clutter-version;">
|
---|
16 | <?dbhtml filename="clutter.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Clutter-&clutter-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="clutter">
|
---|
26 | <primary sortas="a-clutter">clutter</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Clutter</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The <application>Clutter</application> package is an open source
|
---|
34 | software library for creating fast, visually rich and animated graphical
|
---|
35 | user interfaces.
|
---|
36 | </para>
|
---|
37 |
|
---|
38 | &lfs72_checked;
|
---|
39 |
|
---|
40 | <note>
|
---|
41 | <para>
|
---|
42 | Anything built with this toolkit needs hardware 3D acceleration from
|
---|
43 | the graphics driver at runtime. This is provided by
|
---|
44 | <application>MesaLib</application> (or by proprietary graphics drivers),
|
---|
45 | but is not available for every graphics card nor for all virtual machines.
|
---|
46 | You may wish to review <xref linkend="checking-dri"/>.
|
---|
47 | </para>
|
---|
48 | </note>
|
---|
49 |
|
---|
50 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
51 | <itemizedlist spacing="compact">
|
---|
52 | <listitem>
|
---|
53 | <para>
|
---|
54 | Download (HTTP): <ulink url="&clutter-download-http;"/>
|
---|
55 | </para>
|
---|
56 | </listitem>
|
---|
57 | <listitem>
|
---|
58 | <para>
|
---|
59 | Download (FTP): <ulink url="&clutter-download-ftp;"/>
|
---|
60 | </para>
|
---|
61 | </listitem>
|
---|
62 | <listitem>
|
---|
63 | <para>
|
---|
64 | Download MD5 sum: &clutter-md5sum;
|
---|
65 | </para>
|
---|
66 | </listitem>
|
---|
67 | <listitem>
|
---|
68 | <para>
|
---|
69 | Download size: &clutter-size;
|
---|
70 | </para>
|
---|
71 | </listitem>
|
---|
72 | <listitem>
|
---|
73 | <para>
|
---|
74 | Estimated disk space required: &clutter-buildsize;
|
---|
75 | </para>
|
---|
76 | </listitem>
|
---|
77 | <listitem>
|
---|
78 | <para>
|
---|
79 | Estimated build time: &clutter-time;
|
---|
80 | </para>
|
---|
81 | </listitem>
|
---|
82 | </itemizedlist>
|
---|
83 |
|
---|
84 | <bridgehead renderas="sect3">Clutter Dependencies</bridgehead>
|
---|
85 |
|
---|
86 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
87 | <para role="required">
|
---|
88 | <xref linkend="atk"/>,
|
---|
89 | <xref linkend="cogl"/> and
|
---|
90 | <xref linkend="json-glib"/>
|
---|
91 | </para>
|
---|
92 |
|
---|
93 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
94 | <para role="recommended">
|
---|
95 | <xref linkend="gobject-introspection"/>
|
---|
96 | </para>
|
---|
97 |
|
---|
98 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
99 | <para role="optional">
|
---|
100 | <xref linkend="gtk-doc"/>
|
---|
101 | </para>
|
---|
102 |
|
---|
103 | <bridgehead renderas="sect4">
|
---|
104 | Optional (to build the application developers manual)
|
---|
105 | </bridgehead>
|
---|
106 | <para role="optional">
|
---|
107 | <xref linkend="docbook-utils"/>,
|
---|
108 | <xref linkend="jadetex"/>,
|
---|
109 | <xref linkend="xmlto"/> and either
|
---|
110 | <xref linkend="Links"/>,
|
---|
111 | <xref linkend="lynx"/> or
|
---|
112 | <xref linkend="w3m"/>
|
---|
113 | </para>
|
---|
114 |
|
---|
115 | <para condition="html" role="usernotes">User Notes:
|
---|
116 | <ulink url="&blfs-wiki;/clutter"/>
|
---|
117 | </para>
|
---|
118 | </sect2>
|
---|
119 |
|
---|
120 | <sect2 role="installation">
|
---|
121 | <title>Installation of clutter</title>
|
---|
122 |
|
---|
123 | <para>
|
---|
124 | Install <application>clutter</application> by running the following
|
---|
125 | commands:
|
---|
126 | </para>
|
---|
127 |
|
---|
128 | <screen><userinput>./configure --prefix=/usr &&
|
---|
129 | make</userinput></screen>
|
---|
130 |
|
---|
131 | <para>
|
---|
132 | To test the results, issue: <command>make check</command> (you must be
|
---|
133 | in an xterm or similar to do this, because it launches some windows).
|
---|
134 | </para>
|
---|
135 |
|
---|
136 | <para>
|
---|
137 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
138 | </para>
|
---|
139 |
|
---|
140 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
141 |
|
---|
142 | </sect2>
|
---|
143 |
|
---|
144 | <sect2 role="commands">
|
---|
145 | <title>Command Explanations</title>
|
---|
146 |
|
---|
147 | <para>
|
---|
148 | <option>--enable-manual</option>: Use this parameter if
|
---|
149 | <application>DocBook-utils</application>, <application>xmlto</application>,
|
---|
150 | <application>JadeTeX</application>, and either
|
---|
151 | <application>Links</application>, <application>Lynx</application>, or
|
---|
152 | <application>W3m</application> are installed and you wish to build the
|
---|
153 | application developers manual.
|
---|
154 | </para>
|
---|
155 |
|
---|
156 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
157 | href="../../xincludes/gtk-doc-rebuild.xml"/>
|
---|
158 |
|
---|
159 | </sect2>
|
---|
160 |
|
---|
161 | <sect2 role="content">
|
---|
162 | <title>Contents</title>
|
---|
163 |
|
---|
164 | <segmentedlist>
|
---|
165 | <segtitle>Installed Library</segtitle>
|
---|
166 | <segtitle>Installed Directories</segtitle>
|
---|
167 |
|
---|
168 | <seglistitem>
|
---|
169 | <seg>
|
---|
170 | libclutter-glx-1.0.so
|
---|
171 | </seg>
|
---|
172 | <seg>
|
---|
173 | /usr/include/clutter-1.0 and
|
---|
174 | /usr/share/gtk-doc/html/{cally,clutter}
|
---|
175 | </seg>
|
---|
176 | </seglistitem>
|
---|
177 | </segmentedlist>
|
---|
178 |
|
---|
179 | <variablelist>
|
---|
180 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
181 | <?dbfo list-presentation="list"?>
|
---|
182 | <?dbhtml list-presentation="table"?>
|
---|
183 |
|
---|
184 | <varlistentry id="libclutter-glx-1.0">
|
---|
185 | <term><filename class='libraryfile'>libclutter-glx-1.0.so</filename></term>
|
---|
186 | <listitem>
|
---|
187 | <para>
|
---|
188 | contains the <application>Clutter</application> API functions.
|
---|
189 | </para>
|
---|
190 | <indexterm zone="clutter libclutter-glx-1.0">
|
---|
191 | <primary sortas="c-libclutter-glx-1.0">libclutter-glx-1.0.so</primary>
|
---|
192 | </indexterm>
|
---|
193 | </listitem>
|
---|
194 | </varlistentry>
|
---|
195 |
|
---|
196 | </variablelist>
|
---|
197 |
|
---|
198 | </sect2>
|
---|
199 |
|
---|
200 | </sect1>
|
---|