Changeset 79758477 for general


Ignore:
Timestamp:
03/05/2021 03:26:04 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
0b312a7
Parents:
4c72ea0b
Message:

Remove python2 ad from brotli

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/brotli.xml

    r4c72ea0b r79758477  
    8282    </para>
    8383
    84     <!-- Brotli doesn't have any lua bindings, at least not with 1.0.7. -->
     84<!-- Brotli doesn't have any lua bindings, at least not with 1.0.7.
     85         Do not advertise python2 as python3 should be used instead
    8586    <bridgehead renderas="sect4">Optional</bridgehead>
    8687    <para role="optional">
    87     <!--<xref linkend="lua"/> (to create Lua bindings) and -->
     88      <xref linkend="lua"/> (to create Lua bindings) and
    8889      <xref linkend="python2"/> (to create python2 bindings)
    8990    </para>
    90 
     91-->
    9192    <para condition="html" role="usernotes">
    9293      User Notes: <ulink url="&blfs-wiki;/brotli"/>
     
    123124
    124125    <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:
     126      If desired, build the <application>Python3</application>
     127      bindings:
    130128    </para>
    131129
     
    141139      issue: <command>python3 setup.py test</command>.
    142140    </para>
     141
    143142    <para>
    144143      Now, as the <systemitem class="username">root</systemitem> user:
     
    149148
    150149    <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>:
     150      If you have built the <application>python</application> bindings,
     151      install them as the <systemitem class="username">root</systemitem>
     152      user:
    155153    </para>
    156154
Note: See TracChangeset for help on using the changeset viewer.