source: general/genlib/glib.xml@ 481b3e8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 481b3e8 was 481b3e8, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Removed remaining acronym tags.

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

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY GLib-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/glib-&GLib-version;.tar.gz">
8<!ENTITY GLib-download-ftp "ftp://ftp.gtk.org/pub/gtk/v1.2/glib-&GLib-version;.tar.gz">
9<!ENTITY GLib-md5sum "6fe30dad87c77b91b632def29dd69ef9">
10<!ENTITY GLib-size "412 KB">
11<!ENTITY GLib-buildsize "6.4 MB">
12<!ENTITY GLib-time "0.19 SBU">
13]>
14
15<sect1 id="GLib" xreflabel="GLib-&GLib-version;">
16 <?dbhtml filename="glib.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GLib-&GLib-version;</title>
24
25 <indexterm zone="GLib">
26 <primary sortas="a-GLib-1">GLib-1</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GLib</title>
31
32 <para>The <application>glib</application> package contains a low-level core
33 library. This is useful for providing data structure handling for C,
34 portability wrappers and interfaces for such runtime functionality as an event
35 loop, threads, dynamic loading, and an object system.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&GLib-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&GLib-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &GLib-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &GLib-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &GLib-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &GLib-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing='compact'>
61 <listitem>
62 <para>Required patch: <ulink
63 url="&patch-root;/glib-&GLib-version;-gcc34-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
66
67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of GLib</title>
71
72 <para>Install <application>glib</application> by running the following
73 commands:</para>
74
75<screen><userinput>patch -Np1 -i ../glib-&GLib-version;-gcc34-1.patch &amp;&amp;
76./configure --prefix=/usr &amp;&amp;
77make</userinput></screen>
78
79 <para>To test the results, issue: <command>make check</command>.</para>
80
81 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
82
83<screen role="root"><userinput>make install &amp;&amp;
84chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10</userinput></screen>
85
86 </sect2>
87
88 <sect2 role="content">
89 <title>Contents</title>
90
91 <segmentedlist>
92 <segtitle>Installed Programs</segtitle>
93 <segtitle>Installed Libraries</segtitle>
94 <segtitle>Installed Directories</segtitle>
95
96 <seglistitem>
97 <seg>glib-config</seg>
98 <seg>libglib.[so,a], libgmodule.[so,a] and libgthread.[so,a]</seg>
99 <seg>/usr/include/glib-1.2 and /usr/lib/glib</seg>
100 </seglistitem>
101 </segmentedlist>
102
103 <variablelist>
104 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
105 <?dbfo list-presentation="list"?>
106 <?dbhtml list-presentation="table"?>
107
108 <varlistentry id="glib-config">
109 <term><command>glib-config</command></term>
110 <listitem>
111 <para>is a tool that is used by <command>configure</command> scripts
112 to determine the compiler and linker flags that should be used to compile and
113 link programs that use <application>GLib</application>.</para>
114 <indexterm zone="GLib glib-config">
115 <primary sortas="b-glib-config">glib-config</primary>
116 </indexterm>
117 </listitem>
118 </varlistentry>
119
120 <varlistentry id="libglib">
121 <term><filename class='libraryfile'>libglib.[so,a]</filename></term>
122 <listitem>
123 <para>libraries contain a low-level core library for the
124 <application>GIMP</application> Toolkit.</para>
125 <indexterm zone="GLib libglib">
126 <primary sortas="c-libglib">libglib.[so,a]</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130
131 </variablelist>
132
133 </sect2>
134
135</sect1>
Note: See TracBrowser for help on using the repository browser.