Author: pierre
Date: Fri Mar 5 07:26:04 2021
New Revision: 24342
Log:
Remove python2 ad from brotli
Modified:
trunk/BOOK/general/genlib/brotli.xml
Modified: trunk/BOOK/general/genlib/brotli.xml
==============================================================================
--- trunk/BOOK/general/genlib/brotli.xml Fri Mar 5 06:17:14 2021
(r24341)
+++ trunk/BOOK/general/genlib/brotli.xml Fri Mar 5 07:26:04 2021
(r24342)
@@ -81,13 +81,14 @@
<xref linkend="cmake"/>
</para>
- <!-- Brotli doesn't have any lua bindings, at least not with 1.0.7. -->
+<!-- Brotli doesn't have any lua bindings, at least not with 1.0.7.
+ Do not advertise python2 as python3 should be used instead
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <!--<xref linkend="lua"/> (to create Lua bindings) and -->
+ <xref linkend="lua"/> (to create Lua bindings) and
<xref linkend="python2"/> (to create python2 bindings)
</para>
-
+-->
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/brotli"/>
</para>
@@ -122,11 +123,8 @@
</para>
<para>
- If desired, either or both sets of python bindings can be built and
- installed without any conflicts. If you need the
- <application>Python2</application> bindings, add or substitute
- <command>python2</command> for <command>python3</command> in the
- following instructions:
+ If desired, build the <application>Python3</application>
+ bindings:
</para>
<screen><userinput>pushd .. &&
@@ -140,6 +138,7 @@
If you nevertheless wish to test the bindings, go back to the top-level
directory and
issue: <command>python3 setup.py test</command>.
</para>
+
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
@@ -148,10 +147,9 @@
cd ..</userinput></screen>
<para>
- If you have built either or both sets of
<application>python</application>
- bindings, install them as the <systemitem
class="username">root</systemitem>
- user (as before, use the appropriate version(s) of
- <application>python</application>:
+ If you have built the <application>python</application> bindings,
+ install them as the <systemitem class="username">root</systemitem>
+ user:
</para>
<!-- EDITORS: for DESTDIR style installs use
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page