Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/brotli.xml

    r51718d1 r2754eaf  
    1818
    1919  <sect1info>
    20     <othername>$LastChangedBy$</othername>
    2120    <date>$Date$</date>
    2221  </sect1info>
     
    3938    </para>
    4039
    41     &lfs10_checked;
     40    &lfs110a_checked;
    4241
    4342    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8281    </para>
    8382
    84     <!-- Brotli doesn't have any lua bindings, at least not with 1.0.7. -->
     83<!-- Brotli doesn't have any lua bindings, at least not with 1.0.7.
     84         Do not advertise python2 as python3 should be used instead
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
    87     <!--<xref linkend="lua"/> (to create Lua bindings) and -->
     87      <xref linkend="lua"/> (to create Lua bindings) and
    8888      <xref linkend="python2"/> (to create python2 bindings)
    8989    </para>
    90 
     90-->
    9191    <para condition="html" role="usernotes">
    9292      User Notes: <ulink url="&blfs-wiki;/brotli"/>
     
    119119
    120120    <para>
    121       To test the results, issue: <command>make test</command>
    122     </para>
    123 
    124     <para>
    125       If desired, either or both sets of python bindings can be built and
    126       installed without any conflicts. If you need the
    127       <application>Python2</application> bindings, add or substitute
    128       <command>python2</command> for <command>python3</command> in the
    129       following instructions:
     121      To test the results, issue: <command>make test</command>.
     122    </para>
     123
     124    <para>
     125      If desired, build the <application>Python3</application>
     126      bindings:
    130127    </para>
    131128
     
    141138      issue: <command>python3 setup.py test</command>.
    142139    </para>
     140
    143141    <para>
    144142      Now, as the <systemitem class="username">root</systemitem> user:
     
    149147
    150148    <para>
    151       If you have built either or both sets of <application>python</application>
    152       bindings, install them as the <systemitem class="username">root</systemitem>
    153       user (as before, use the appropriate version(s) of
    154       <application>python</application>:
     149      If you have built the <application>python</application> bindings,
     150      install them as the <systemitem class="username">root</systemitem>
     151      user:
    155152    </para>
    156153
     
    194191          <para>
    195192            can compress or decompress files, or test the integrity of
    196             compressed files.
     193            compressed files
    197194          </para>
    198195          <indexterm zone="brotli brotli-prog">
     
    206203        <listitem>
    207204          <para>
    208             is the Brotli common dictionary library.
     205            is the Brotli common dictionary library
    209206          </para>
    210207          <indexterm zone="brotli libbrotlicommon">
     
    218215        <listitem>
    219216          <para>
    220             is the Brotli decoder library.
     217            is the Brotli decoder library
    221218          </para>
    222219          <indexterm zone="brotli libbrotlidec">
     
    230227        <listitem>
    231228          <para>
    232             is the Brotli common encoder library.
     229            is the Brotli common encoder library
    233230          </para>
    234231          <indexterm zone="brotli libbrotlienc">
     
    240237
    241238  </sect2>
     239
    242240</sect1>
Note: See TracChangeset for help on using the changeset viewer.