source: general/genlib/glib.xml@ 86af98a

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 86af98a was 86af98a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated trunk sources to use DocBook DTD XML 4.4

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

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