mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Tagged glib2.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3902 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
df040286b0
commit
7c18102207
@ -4,149 +4,172 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY glib2-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.6/glib-&glib2-version;.tar.bz2">
|
||||
<!ENTITY glib2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.6/glib-&glib2-version;.tar.bz2">
|
||||
<!ENTITY glib2-md5sum "af7eeb8aae764ff763418471ed6eb93d">
|
||||
<!ENTITY glib2-size "2.3 MB">
|
||||
<!ENTITY glib2-buildsize "40.9 MB">
|
||||
<!ENTITY glib2-time "2.82 SBU (includes rebuilding documentation)">
|
||||
<!ENTITY glib2-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.6/glib-&glib2-version;.tar.bz2">
|
||||
<!ENTITY glib2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.6/glib-&glib2-version;.tar.bz2">
|
||||
<!ENTITY glib2-md5sum "af7eeb8aae764ff763418471ed6eb93d">
|
||||
<!ENTITY glib2-size "2.3 MB">
|
||||
<!ENTITY glib2-buildsize "40.9 MB">
|
||||
<!ENTITY glib2-time "2.82 SBU (includes rebuilding documentation)">
|
||||
]>
|
||||
|
||||
<sect1 id="glib2" xreflabel="GLib-&glib2-version;">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="glib2.html"?>
|
||||
<title>GLib-&glib2-version;</title>
|
||||
<indexterm zone="glib2">
|
||||
<primary sortas="a-GLib2">GLib2</primary></indexterm>
|
||||
<?dbhtml filename="glib2.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>GLib-&glib2-version;</title>
|
||||
|
||||
<indexterm zone="glib2">
|
||||
<primary sortas="a-GLib2">GLib2</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>GLib</application></title>
|
||||
<sect2 role="package">
|
||||
<title>Introduction to GLib</title>
|
||||
|
||||
<para>The <application>glib</application> 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>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&glib2-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&glib2-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &glib2-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &glib2-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &glib2-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &glib2-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Glib Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para><xref linkend="pkgconfig"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="gtk-doc"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of GLib</title>
|
||||
|
||||
<para>The <application>glib</application> 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>
|
||||
<para>Install <application>glib</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
url="&glib2-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&glib2-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &glib2-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &glib2-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&glib2-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&glib2-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<sect3><title><application>GLib</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="pkgconfig"/></para>
|
||||
</sect4>
|
||||
<para><option>--enable-gtk-doc</option>: This switch will rebuild
|
||||
the API documentation during the
|
||||
<command>make</command> command.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="gtk-doc"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>glib-genmarshal, glib-gettextize, glib-mkenums, and
|
||||
gobject-query</seg>
|
||||
<seg>libglib-2.0.so, libgobject-2.0.so, libgmodule-2.0.so, and
|
||||
libgthread-2.0.so</seg>
|
||||
<seg>/usr/include/glib-2.0, /usr/lib/glib-2.0, /usr/share/glib-2.0,
|
||||
/usr/share/gtk-doc/html/glib, and /usr/share/gtk-doc/html/gobject</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="glib-genmarshal">
|
||||
<term><command>glib-genmarshal</command></term>
|
||||
<listitem>
|
||||
<para>is a C code marshaller generation utility for GLib
|
||||
closures.</para>
|
||||
<indexterm zone="glib2 glib-genmarshal">
|
||||
<primary sortas="b-glib-genmarshal">glib-genmarshal</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="glib-gettextize">
|
||||
<term><command>glib-gettextize</command></term>
|
||||
<listitem>
|
||||
<para>is a variant of the <application>gettext</application>
|
||||
internationalization utility.</para>
|
||||
<indexterm zone="glib2 glib-gettextize">
|
||||
<primary sortas="b-glib-gettextize">glib-gettextize</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="glib-mkenums">
|
||||
<term><command>glib-mkenums</command></term>
|
||||
<listitem>
|
||||
<para>is a C language enum description generation utility.</para>
|
||||
<indexterm zone="glib2 glib-mkenums">
|
||||
<primary sortas="b-glib-mkenums">glib-mkenums</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="gobject-query">
|
||||
<term><command>gobject-query</command></term>
|
||||
<listitem>
|
||||
<para>is a small utility that draws a tree of types.</para>
|
||||
<indexterm zone="glib2 gobject-query">
|
||||
<primary sortas="b-gobject-query">gobject-query</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="GLib-libraries">
|
||||
<term>GLib libraries</term>
|
||||
<listitem>
|
||||
<para>contain a low-level core library for the
|
||||
<application>GIMP</application> Toolkit.</para>
|
||||
<indexterm zone="glib2 GLib-libraries">
|
||||
<primary sortas="c-GLib-libraries">Glib libraries</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>GLib</application></title>
|
||||
|
||||
<para>Install <application>glib</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role="root"><command>make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><option>--enable-gtk-doc</option>: This switch will rebuild
|
||||
the <acronym>API</acronym> documentation during the
|
||||
<command>make</command> command.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
<seglistitem>
|
||||
<seg>glib-genmarshal, glib-gettextize, glib-mkenums and
|
||||
gobject-query</seg>
|
||||
<seg>libglib-2.0.so, libgobject-2.0.so, libgmodule-2.0.so and
|
||||
libgthread-2.0.so</seg>
|
||||
<seg>/usr/include/glib-2.0, /usr/lib/glib-2.0, /usr/share/glib-2.0,
|
||||
/usr/share/gtk-doc/html/glib and /usr/share/gtk-doc/html/gobject</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<varlistentry id="glib-genmarshal">
|
||||
<term><command>glib-genmarshal</command></term>
|
||||
<listitem><para>is a C code marshaller generation utility for GLib
|
||||
closures.</para>
|
||||
<indexterm zone="glib2 glib-genmarshal">
|
||||
<primary sortas="b-glib-genmarshal">glib-genmarshal</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="glib-gettextize">
|
||||
<term><command>glib-gettextize</command></term>
|
||||
<listitem><para>is a variant of the <application>gettext</application>
|
||||
internationalization utility.</para>
|
||||
<indexterm zone="glib2 glib-gettextize">
|
||||
<primary sortas="b-glib-gettextize">glib-gettextize</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="glib-mkenums">
|
||||
<term><command>glib-mkenums</command></term>
|
||||
<listitem><para>is a C language enum description generation utility.</para>
|
||||
<indexterm zone="glib2 glib-mkenums">
|
||||
<primary sortas="b-glib-mkenums">glib-mkenums</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="gobject-query">
|
||||
<term><command>gobject-query</command></term>
|
||||
<listitem><para>is a small utility that draws a tree of types.</para>
|
||||
<indexterm zone="glib2 gobject-query">
|
||||
<primary sortas="b-gobject-query">gobject-query</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="GLib-libraries">
|
||||
<term>GLib libraries</term>
|
||||
<listitem><para>contain a low-level core library for the
|
||||
<application><acronym>GIMP</acronym></application> Toolkit.</para>
|
||||
<indexterm zone="glib2 GLib-libraries">
|
||||
<primary sortas="c-GLib-libraries">Glib libraries</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
Loading…
Reference in New Issue
Block a user