Changeset ed9b0761 for general


Ignore:
Timestamp:
10/22/2017 07:05:55 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c34cb2e5
Parents:
c28df1a9
Message:

Minor fixups.

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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gobject-introspection.xml

    rc28df1a9 red9b0761  
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="glib2"/> and
    79       <xref linkend="python2"/>
     78      <xref linkend="glib2"/>
    8079    </para>
    8180
     
    8382    <para role="optional">
    8483      <xref linkend="cairo"/> (required for the tests),
    85       <xref linkend="gtk-doc"/> and
    86       <xref linkend="Mako"/>
     84      <xref linkend="gtk-doc"/>,
     85      <xref linkend="Mako"/>, and
     86      <xref linkend="python2"/>
    8787    </para>
    8888
  • general/genlib/icu.xml

    rc28df1a9 red9b0761  
    125125
    126126<screen role="root"><userinput>make install</userinput></screen>
    127   </sect2>
    128 
    129   <sect2 role="commands">
    130     <title>Command Explanations</title>
    131 
    132     <para>
    133       <envar>CC=gcc CXX=g++</envar>: If you prefer to use
    134       <command>gcc</command> and/or <command>g++</command> instead of
    135       <command>clang</command> and/or <command>clang++</command>, if they are
    136       installed, use one or both variables in the configure line.
    137     </para>
    138 
    139127  </sect2>
    140128
  • general/graphlib/freetype2.xml

    rc28df1a9 red9b0761  
    145145    </para>
    146146
    147 <screen role="root"><userinput>make install &amp;&amp;
    148 install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
     147<screen role="root"><userinput>make install</userinput></screen>
     148
     149    <para>If you downloaded the optional documentation, install it as the
     150    <systemitem class="username">root</systemitem> user:</para>
     151
     152<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &amp;&amp;
    149153cp -v -R docs/*     /usr/share/doc/freetype-&freetype2-version;</userinput></screen>
    150154
Note: See TracChangeset for help on using the changeset viewer.