source: general/genlib/glib2.xml@ 169031f

krejzi/svn
Last change on this file since 169031f was 169031f, checked in by Krejzi <krejzi@…>, 10 years ago

More systemd conversion, new package addition and minor fixes to existing ones, package updates for General Libraries section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd-ng@14742 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 12.8 KB
Line 
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 glib2-download-http "&gnome-download-http;/glib/2.42/glib-&glib2-version;.tar.xz">
8 <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/2.42/glib-&glib2-version;.tar.xz">
9 <!ENTITY glib2-md5sum "71af99768063ac24033ac738e2832740">
10 <!ENTITY glib2-size "6.7 MB">
11 <!ENTITY glib2-buildsize "159 MB (additional 36 MB to run the test suite)">
12 <!ENTITY glib2-time "0.9 SBU (additional 3.6 SBU to run the test suite)">
13]>
14
15<sect1 id="glib2" xreflabel="GLib-&glib2-version;">
16 <?dbhtml filename="glib2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GLib-&glib2-version;</title>
24
25 <indexterm zone="glib2">
26 <primary sortas="a-GLib2">GLib2</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GLib</title>
31
32 <para>
33 The <application>GLib</application> package contains a low-level
34 libraries useful for providing data structure handling for C, portability
35 wrappers and interfaces for such runtime functionality as an
36 event loop, threads, dynamic loading and an object system.
37 </para>
38
39 &lfs76_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&glib2-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&glib2-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &glib2-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &glib2-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &glib2-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &glib2-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GLib Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="libffi"/> and
80 <xref linkend="python2"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="pcre"/> (built with Unicode properties)
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="dbus"/> (required to run the tests),
91 <xref linkend="elfutils"/>,
92 <ulink url="ftp://oss.sgi.com/projects/fam/download/stable/">FAM library</ulink>, and
93 <xref linkend="gtk-doc"/>
94 </para>
95
96 <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
97 <para role="optional">
98 Quoted directly from the <filename>INSTALL</filename> file:
99 <quote>Some of the mimetype-related functionality in GIO requires the
100 <command>update-mime-database</command> and
101 <command>update-desktop-database</command> utilities</quote>,
102 which are part of
103 <xref linkend="shared-mime-info"/> and
104 <xref linkend="desktop-file-utils"/>, respectively.
105 </para>
106
107 <para condition="html" role="usernotes">User Notes:
108 <ulink url="&blfs-wiki;/glib2"/>
109 </para>
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of GLib</title>
114
115 <para>
116 Install <application>GLib</application> by running the following
117 commands:
118 </para>
119
120<screen><userinput>./configure --prefix=/usr --with-pcre=system &amp;&amp;
121make</userinput></screen>
122
123 <para>
124 The <application>GLib</application> test suite requires
125 <application>desktop-file-utils</application> in order to run. However,
126 <application>desktop-file-utils</application> requires
127 <application>GLib</application> in order to compile; therefore, you must
128 first install <application>GLib</application> and then run the test
129 suite.
130 </para>
131
132 <para>
133 Now, as the <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>make install</userinput></screen>
137
138 <para>
139 You should now install <xref linkend="desktop-file-utils"/> and proceed to
140 run the test suite.
141 </para>
142
143 <para>
144 To test the results, after installed the package, issue:
145 <command>make -k check</command>. The tests need to be run in a
146 graphical environment. Some tests may fail, for unknown reasons.
147 One test (regex) fails when using the system pcre package.
148 </para>
149
150 </sect2>
151
152 <sect2 role="commands">
153 <title>Command Explanations</title>
154
155 <para>
156 <parameter>--with-pcre=system</parameter>: This switch causes the
157 build to use a system-provided version of the
158 <application>PCRE</application> library instead of an internal
159 version.
160 </para>
161
162 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
163 href="../../xincludes/gtk-doc-rebuild.xml"/>
164
165 </sect2>
166
167 <sect2 role="content">
168 <title>Contents</title>
169
170 <segmentedlist>
171 <segtitle>Installed Programs</segtitle>
172 <segtitle>Installed Libraries</segtitle>
173 <segtitle>Installed Directories</segtitle>
174
175 <seglistitem>
176 <seg>
177 gapplication, gdbus, gdbus-codegen, gio-querymodules,
178 glib-compile-resources, glib-compile-schemas,
179 glib-genmarshal, glib-gettextize, glib-mkenums,
180 gobject-query, gresource, gsettings, gtester,
181 and gtester-report
182 </seg>
183 <seg>
184 libgio-2.0.so, libglib-2.0.so, libgmodule-2.0.so,
185 libgobject-2.0.so, and libgthread-2.0.so
186 </seg>
187 <seg>
188 /usr/include/gio-unix-2.0,
189 /usr/include/glib-2.0,
190 /usr/lib/gio,
191 /usr/lib/glib-2.0,
192 /usr/share/glib-2.0,
193 /usr/share/gtk-doc/html/gio,
194 /usr/share/gtk-doc/html/glib, and
195 /usr/share/gtk-doc/html/gobject
196 </seg>
197 </seglistitem>
198 </segmentedlist>
199
200 <variablelist>
201 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
202 <?dbfo list-presentation="list"?>
203 <?dbhtml list-presentation="table"?>
204
205 <varlistentry id="gapplication">
206 <term><command>gapplication</command></term>
207 <listitem>
208 <para>
209 can be used to start applications and can be used to send
210 messages to already-running instances of other applications.
211 </para>
212 <indexterm zone="glib2 gapplication">
213 <primary sortas="b-gapplication">application</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="gdbus">
219 <term><command>gdbus</command></term>
220 <listitem>
221 <para>
222 is a simple tool used for working with
223 <application>D-Bus</application> objects.
224 </para>
225 <indexterm zone="glib2 gdbus">
226 <primary sortas="b-gdbus">gdbus</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="gdbus-codegen">
232 <term><command>gdbus-codegen</command></term>
233 <listitem>
234 <para>
235 is used to generate code and/or documentation for one or
236 more <application>D-Bus</application> interfaces.
237 </para>
238 <indexterm zone="glib2 gdbus-codegen">
239 <primary sortas="b-gdbus-codegen">gdbus-codegen</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 <varlistentry id="gio-querymodules">
245 <term><command>gio-querymodules</command></term>
246 <listitem>
247 <para>
248 is used to create a giomodule.cache file in the listed directories.
249 This file lists the implemented extension points for each module
250 that has been found.
251 </para>
252 <indexterm zone="glib2 gio-querymodules">
253 <primary sortas="b-gio-querymodules">gio-querymodules</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="glib-compile-resources">
259 <term><command>glib-compile-resources</command></term>
260 <listitem>
261 <para>
262 is used to read the resource description from file and
263 the files that it references to create a binary resource
264 bundle that is suitable for use with the GResource API.
265 </para>
266 <indexterm zone="glib2 glib-compile-resources">
267 <primary sortas="b-glib-compile-resources">glib-compile-resources</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry id="glib-compile-schemas">
273 <term><command>glib-compile-schemas</command></term>
274 <listitem>
275 <para>
276 is used to compile all the GSettings XML schema files
277 in directory into a binary file with the name gschemas.compiled
278 that can be used by GSettings.
279 </para>
280 <indexterm zone="glib2 glib-compile-schemas">
281 <primary sortas="b-glib-compile-resources">glib-compile-schemas</primary>
282 </indexterm>
283 </listitem>
284 </varlistentry>
285
286 <varlistentry id="glib-genmarshal">
287 <term><command>glib-genmarshal</command></term>
288 <listitem>
289 <para>
290 is a C code marshaller generation utility for GLib closures.
291 </para>
292 <indexterm zone="glib2 glib-genmarshal">
293 <primary sortas="b-glib-genmarshal">glib-genmarshal</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 <varlistentry id="glib-gettextize">
299 <term><command>glib-gettextize</command></term>
300 <listitem>
301 <para>
302 is a variant of the <application>gettext</application>
303 internationalization utility.
304 </para>
305 <indexterm zone="glib2 glib-gettextize">
306 <primary sortas="b-glib-gettextize">glib-gettextize</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
310
311 <varlistentry id="glib-mkenums">
312 <term><command>glib-mkenums</command></term>
313 <listitem>
314 <para>
315 is a C language enum description generation utility.
316 </para>
317 <indexterm zone="glib2 glib-mkenums">
318 <primary sortas="b-glib-mkenums">glib-mkenums</primary>
319 </indexterm>
320 </listitem>
321 </varlistentry>
322
323 <varlistentry id="gobject-query">
324 <term><command>gobject-query</command></term>
325 <listitem>
326 <para>
327 is a small utility that draws a tree of types.
328 </para>
329 <indexterm zone="glib2 gobject-query">
330 <primary sortas="b-gobject-query">gobject-query</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
334
335 <varlistentry id="gresource">
336 <term><command>gresource</command></term>
337 <listitem>
338 <para>
339 offers a simple commandline interface to GResource.
340 </para>
341 <indexterm zone="glib2 gresource">
342 <primary sortas="b-gresource">gresource</primary>
343 </indexterm>
344 </listitem>
345 </varlistentry>
346
347 <varlistentry id="gsettings">
348 <term><command>gsettings</command></term>
349 <listitem>
350 <para>
351 offers a simple commandline interface to GSettings.
352 </para>
353 <indexterm zone="glib2 gsettings">
354 <primary sortas="b-gsettings">gsettings</primary>
355 </indexterm>
356 </listitem>
357 </varlistentry>
358
359 <varlistentry id="gtester">
360 <term><command>gtester</command></term>
361 <listitem>
362 <para>
363 is a test running utility.
364 </para>
365 <indexterm zone="glib2 gtester">
366 <primary sortas="b-gtester">gtester</primary>
367 </indexterm>
368 </listitem>
369 </varlistentry>
370
371 <varlistentry id="gtester-report">
372 <term><command>gtester-report</command></term>
373 <listitem>
374 <para>
375 is a test report formatting utility.
376 </para>
377 <indexterm zone="glib2 gtester-report">
378 <primary sortas="b-gtester-report">gtester-report</primary>
379 </indexterm>
380 </listitem>
381 </varlistentry>
382
383 <varlistentry id="GLib-libraries">
384 <term>GLib libraries</term>
385 <listitem>
386 <para>
387 contain a low-level core libraries for the
388 <application>GIMP</application> Toolkit.
389 </para>
390 <indexterm zone="glib2 GLib-libraries">
391 <primary sortas="c-GLib-libraries">Glib libraries</primary>
392 </indexterm>
393 </listitem>
394 </varlistentry>
395
396 </variablelist>
397
398 </sect2>
399
400</sect1>
Note: See TracBrowser for help on using the repository browser.