Changeset 179e019 for general


Ignore:
Timestamp:
12/16/2020 05:52:41 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 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:
f59814c
Parents:
4c849ed2
Message:

Do not build MarkupSafe for python2, it is not needed for the book

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/markupsafe.xml

    r4c849ed2 r179e019  
    7474      <title>Installation of MarkupSafe</title>
    7575
    76       <note>
    77         <para>
    78           Both <application>Python 2</application> and
    79           <application>Python 3</application> modules can
    80           be built and installed without any conflicts.
    81         </para>
    82       </note>
     76      <para>
     77        Install <application>MarkupSafe</application> with the following
     78        commands:
     79      </para>
     80
     81<screen><userinput>python3 setup.py build</userinput></screen>
    8382
    8483      <para>
    85         To build both Python 2 and Python 3 modules, run the following commands:
    86       </para>
    87 
    88 <screen><userinput>python2 setup.py build &amp;&amp;
    89 python3 setup.py build</userinput></screen>
    90 
    91       <para>
    92         To install both modules, run the following commands as the
    93         <systemitem class="username">root</systemitem> user:
     84        Then, as the <systemitem class="username">root</systemitem> user:
    9485      </para>
    9586
    9687<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
    97 <screen role="root"><userinput>python2 setup.py install --optimize=1 &amp;&amp;
    98 python3 setup.py install --optimize=1</userinput></screen>
     88<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
    9989
    10090    </sect3>
Note: See TracChangeset for help on using the changeset viewer.