glfs/general/genlib/glib/glib2-intro.xml
Larry Lawrence d1c50c497e rebuild adjustments to gnome
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@207 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-09-06 03:54:53 +00:00

21 lines
719 B
XML

<sect2>
<title>Introduction to GLib</title>
<screen>Download location (HTTP): <ulink url="&GLib2-download-http;"/>
Download location (FTP): <ulink url="&GLib2-download-ftp;"/>
Version used: &GLib2-version;
Package size: &GLib2-size;
Estimated Disk space required: &GLib2-buildsize;</screen>
<para>The glib package contains a low-level core library. This is useful
for providing data structure handling for C, portability wrappers and
interfaces for such runtime functionality as an event loop, threads,
dynamic loading, and an object system.</para>
<screen>glib depends on:
<xref linkend="pkgconfig"/>
glib will utilize:
<xref linkend="gtk-doc"/></screen>
</sect2>