Changeset 24dddea8


Ignore:
Timestamp:
08/05/2003 03:09:48 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f1726ff
Parents:
9079fba6
Message:

update glib intro

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib/glib-desc.xml

    r9079fba6 r24dddea8  
    22<title>Contents</title>
    33
    4 <para>The glib package contains <filename>libglib-1.2</filename> libraries.</para>
     4<para>The <application>glib</application> package contains <filename>libglib-1.2</filename> libraries.</para>
    55
    66</sect2>
     
    99
    1010<sect3><title>GLib libraries</title>
    11 <para><application>GLib</application> libraries contain a low-level core library for the Gimp
    12 Tool Kit.</para></sect3>
     11<para><application>GLib</application> libraries contain a low-level core
     12library for the Gimp Tool Kit.</para></sect3>
    1313
    1414
  • general/genlib/glib/glib-inst.xml

    r9079fba6 r24dddea8  
    11<sect2>
    2 <title>Installation of GLib</title>
     2<title>Installation of <application>GLib</application></title>
    33
    4 <para>Install glib by running the following commands:</para>
     4<para>Install <application>glib</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     6<para><screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen></para>
    99
    1010</sect2>
  • general/genlib/glib/glib-intro.xml

    r9079fba6 r24dddea8  
    11<sect2>
    2 <title>Introduction to GLib</title>
     2<title>Introduction to <application>GLib</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&GLib-download-http;"/>
    5 Download location (FTP):        <ulink url="&GLib-download-ftp;"/>
    6 Version used:                   &GLib-version;
    7 Package size:                   &GLib-size;
    8 Estimated Disk space required:  &GLib-buildsize;
    9 Estimated build time:           &GLib-time;</screen>
     4<para>The <application>glib</application> package contains a low-level core
     5library. This is useful for providing data structure handling for C,
     6portability wrappers and interfaces for such runtime functionality as an event
     7loop, threads, dynamic loading, and an object system.</para>
    108
    11 <para>The glib package contains a low-level core library. This is useful
    12 for providing data structure handling for C, portability wrappers and
    13 interfaces for such runtime functionality as an event loop, threads,
    14 dynamic loading, and an object system.</para>
    15 
     9<sect3><title>Package information</title>
     10<itemizedlist spacing='compact'>
     11<listitem><para>Download (HTTP): <ulink url="&GLib-download-http;"/></para></listitem>
     12<listitem><para>Download (FTP): <ulink url="&GLib-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &GLib-size;</para></listitem>
     14<listitem><para>Estimated Disk space required: &GLib-buildsize;</para></listitem>
     15<listitem><para>Estimated build time: &GLib-time;</para></listitem></itemizedlist>
     16</sect3>
    1617
    1718</sect2>
  • introduction/welcome/changelog.xml

    r9079fba6 r24dddea8  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>August 4th, 2003 [larry]: modified intro to
     14GLib.</para></listitem>
    1215
    1316<listitem><para>August 4th, 2003 [larry]: multimedia: update to
Note: See TracChangeset for help on using the changeset viewer.