mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
intro update for glib2, xsltproc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@910 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
be352a7dcd
commit
6e23722945
@ -1,15 +1,15 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The glib package contains <filename>libglib-2.0</filename> libraries.</para>
|
||||
<para>The <application>glib</application> package contains <filename>libglib-2.0</filename> libraries.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>GLib libraries</title>
|
||||
<para>GLib libraries contains a low-level core library for the Gimp
|
||||
Tool Kit.</para></sect3>
|
||||
<para>GLib libraries contains a low-level core library for the
|
||||
<application>Gimp</application> Tool Kit.</para></sect3>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>--enable-gtk-doc</userinput> : This switch will rebuild
|
||||
<para><command>--enable-gtk-doc</command> : This switch will rebuild
|
||||
the API documentation during the make command.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -1,11 +1,11 @@
|
||||
<sect2>
|
||||
<title>Installation of GLib</title>
|
||||
<title>Installation of <application>GLib</application></title>
|
||||
|
||||
<para>Install glib by running the following commands:</para>
|
||||
<para>Install <application>glib</application> by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr &&
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -1,21 +1,29 @@
|
||||
<sect2>
|
||||
<title>Introduction to GLib</title>
|
||||
<title>Introduction to <application>GLib</application></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;
|
||||
Estimated build time: &GLib2-time;</screen>
|
||||
<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>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>
|
||||
<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 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>glib depends on:
|
||||
<xref linkend="pkgconfig"/>
|
||||
glib will utilize:
|
||||
<xref linkend="gtk-doc"/> and <xref linkend="DocBook"/></screen>
|
||||
<sect3><title><application>GLib</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="pkgconfig"/></para></sect4>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="gtk-doc"/> and <xref linkend="DocBook"/></para></sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
@ -11,7 +11,7 @@ page in Chapter 1 for details on who wrote what.</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>May 13th, 2003 [larry]: basicnet: intro and markup
|
||||
change to db, procmail, fetchmail, mutt.</para></listitem>
|
||||
change to db, procmail, fetchmail, mutt, GLib-2.0, libxslt</para></listitem>
|
||||
|
||||
<listitem><para>May 12th, 2003 [larry]: xsoft: updated to
|
||||
pan-0.14.0.</para></listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user