Ignore:
Timestamp:
05/22/2005 10:19:50 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
384039a
Parents:
35036a30
Message:

Removed remaining acronym tags.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib.xml

    r35036a30 r481b3e8  
    1515<sect1 id="GLib" xreflabel="GLib-&GLib-version;">
    1616  <?dbhtml filename="glib.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>GLib-&GLib-version;</title>
    24  
     24
    2525  <indexterm zone="GLib">
    2626    <primary sortas="a-GLib-1">GLib-1</primary>
     
    3434    portability wrappers and interfaces for such runtime functionality as an event
    3535    loop, threads, dynamic loading, and an object system.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing="compact">
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6060    <itemizedlist spacing='compact'>
    6161      <listitem>
    62         <para>Required patch: <ulink 
     62        <para>Required patch: <ulink
    6363        url="&patch-root;/glib-&GLib-version;-gcc34-1.patch"/></para>
    6464      </listitem>
    6565    </itemizedlist>
    66    
     66
    6767  </sect2>
    68  
     68
    6969  <sect2 role="installation">
    7070    <title>Installation of GLib</title>
    7171
    72     <para>Install <application>glib</application> by running the following 
     72    <para>Install <application>glib</application> by running the following
    7373    commands:</para>
    7474
     
    7676./configure --prefix=/usr &amp;&amp;
    7777make</userinput></screen>
    78    
     78
    7979    <para>To test the results, issue: <command>make check</command>.</para>
    80    
     80
    8181    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    82    
     82
    8383<screen role="root"><userinput>make install &amp;&amp;
    8484chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10</userinput></screen>
    85    
     85
    8686  </sect2>
    87  
     87
    8888  <sect2 role="content">
    8989    <title>Contents</title>
     
    9393      <segtitle>Installed Libraries</segtitle>
    9494      <segtitle>Installed Directories</segtitle>
    95      
     95
    9696      <seglistitem>
    9797        <seg>glib-config</seg>
     
    100100      </seglistitem>
    101101    </segmentedlist>
    102    
     102
    103103    <variablelist>
    104104      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    105105      <?dbfo list-presentation="list"?>
    106106      <?dbhtml list-presentation="table"?>
    107      
     107
    108108      <varlistentry id="glib-config">
    109109        <term><command>glib-config</command></term>
    110110        <listitem>
    111           <para>is a tool that is used by <command>configure</command> scripts 
    112           to determine the compiler and linker flags that should be used to compile and 
     111          <para>is a tool that is used by <command>configure</command> scripts
     112          to determine the compiler and linker flags that should be used to compile and
    113113          link programs that use <application>GLib</application>.</para>
    114114          <indexterm zone="GLib glib-config">
     
    117117        </listitem>
    118118      </varlistentry>
    119      
     119
    120120      <varlistentry id="libglib">
    121121        <term><filename class='libraryfile'>libglib.[so,a]</filename></term>
    122122        <listitem>
    123           <para>libraries contain a low-level core library for the 
    124           <application><acronym>GIMP</acronym></application> Toolkit.</para>
     123          <para>libraries contain a low-level core library for the
     124          <application>GIMP</application> Toolkit.</para>
    125125          <indexterm zone="GLib libglib">
    126126            <primary sortas="c-libglib">libglib.[so,a]</primary>
     
    128128        </listitem>
    129129      </varlistentry>
    130    
     130
    131131    </variablelist>
    132132
Note: See TracChangeset for help on using the changeset viewer.