Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/brotli.xml

    r2754eaf r51718d1  
    1818
    1919  <sect1info>
     20    <othername>$LastChangedBy$</othername>
    2021    <date>$Date$</date>
    2122  </sect1info>
     
    3839    </para>
    3940
    40     &lfs110a_checked;
     41    &lfs10_checked;
    4142
    4243    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8182    </para>
    8283
    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
     84    <!-- Brotli doesn't have any lua bindings, at least not with 1.0.7. -->
    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, build the <application>Python3</application>
    126       bindings:
     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:
    127130    </para>
    128131
     
    138141      issue: <command>python3 setup.py test</command>.
    139142    </para>
    140 
    141143    <para>
    142144      Now, as the <systemitem class="username">root</systemitem> user:
     
    147149
    148150    <para>
    149       If you have built the <application>python</application> bindings,
    150       install them as the <systemitem class="username">root</systemitem>
    151       user:
     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>:
    152155    </para>
    153156
     
    191194          <para>
    192195            can compress or decompress files, or test the integrity of
    193             compressed files
     196            compressed files.
    194197          </para>
    195198          <indexterm zone="brotli brotli-prog">
     
    203206        <listitem>
    204207          <para>
    205             is the Brotli common dictionary library
     208            is the Brotli common dictionary library.
    206209          </para>
    207210          <indexterm zone="brotli libbrotlicommon">
     
    215218        <listitem>
    216219          <para>
    217             is the Brotli decoder library
     220            is the Brotli decoder library.
    218221          </para>
    219222          <indexterm zone="brotli libbrotlidec">
     
    227230        <listitem>
    228231          <para>
    229             is the Brotli common encoder library
     232            is the Brotli common encoder library.
    230233          </para>
    231234          <indexterm zone="brotli libbrotlienc">
     
    237240
    238241  </sect2>
    239 
    240242</sect1>
Note: See TracChangeset for help on using the changeset viewer.