source: general/genlib/glib.xml@ 589e525

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 589e525 was 22ac237, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. General.

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

  • Property mode set to 100644
File size: 4.5 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 <keywordset>
22 <keyword role="package">glib-&GLib-version;.tar</keyword>
23 <keyword role="ftpdir">glib</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>GLib-&GLib-version;</title>
28
29 <indexterm zone="GLib">
30 <primary sortas="a-GLib-1">GLib-1</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to GLib</title>
35
36 <para>The <application>glib</application> package contains a low-level core
37 library. This is useful for providing data structure handling for C,
38 portability wrappers and interfaces for such runtime functionality as an event
39 loop, threads, dynamic loading, and an object system.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&GLib-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&GLib-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &GLib-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &GLib-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &GLib-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &GLib-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
64 <itemizedlist spacing='compact'>
65 <listitem>
66 <para>Required patch: <ulink
67 url="&patch-root;/glib-&GLib-version;-gcc34-1.patch"/></para>
68 </listitem>
69 </itemizedlist>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of GLib</title>
75
76 <para>Install <application>glib</application> by running the following
77 commands:</para>
78
79<screen><userinput>patch -Np1 -i ../glib-&GLib-version;-gcc34-1.patch &amp;&amp;
80./configure --prefix=/usr &amp;&amp;
81make</userinput></screen>
82
83 <para>To test the results, issue: <command>make check</command>.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install &amp;&amp;
88chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10</userinput></screen>
89
90 </sect2>
91
92 <sect2 role="content">
93 <title>Contents</title>
94
95 <segmentedlist>
96 <segtitle>Installed Programs</segtitle>
97 <segtitle>Installed Libraries</segtitle>
98 <segtitle>Installed Directories</segtitle>
99
100 <seglistitem>
101 <seg>glib-config</seg>
102 <seg>libglib.[so,a], libgmodule.[so,a] and libgthread.[so,a]</seg>
103 <seg>/usr/include/glib-1.2 and /usr/lib/glib</seg>
104 </seglistitem>
105 </segmentedlist>
106
107 <variablelist>
108 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
109 <?dbfo list-presentation="list"?>
110 <?dbhtml list-presentation="table"?>
111
112 <varlistentry id="glib-config">
113 <term><command>glib-config</command></term>
114 <listitem>
115 <para>is a tool that is used by <command>configure</command> scripts
116 to determine the compiler and linker flags that should be used to compile and
117 link programs that use <application>GLib</application>.</para>
118 <indexterm zone="GLib glib-config">
119 <primary sortas="b-glib-config">glib-config</primary>
120 </indexterm>
121 </listitem>
122 </varlistentry>
123
124 <varlistentry id="libglib">
125 <term><filename class='libraryfile'>libglib.[so,a]</filename></term>
126 <listitem>
127 <para>libraries contain a low-level core library for the
128 <application>GIMP</application> Toolkit.</para>
129 <indexterm zone="GLib libglib">
130 <primary sortas="c-libglib">libglib.[so,a]</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
134
135 </variablelist>
136
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.