glfs/general/genlib/glib/glib2-intro.xml
Mark Hymers d4340990a3 add Glib{,2} to genlib
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@136 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-25 11:57:01 +00:00

19 lines
674 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"/></screen>
</sect2>