Changeset f48df219


Ignore:
Timestamp:
01/18/2015 02:57:10 PM (9 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
37c46a33
Parents:
860b8f3
Message:

libxml2 can use python3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r860b8f3 rf48df219  
    8787    <bridgehead renderas="sect4">Recommended</bridgehead>
    8888    <para role="recommended">
    89       <xref linkend="python2"/> (to build and install a
     89      <xref linkend="python2"/> or <xref linkend="python3"/> (to build and install a
    9090      <application>Python</application> library module, additionally it is
    9191      required to run the full suite of tests)
     
    154154
    155155    <para>
    156       <option>--with-history</option>: This switch enables
     156      <parameter>--with-history</parameter>: This switch enables
    157157      <application>Readline</application> support when running
    158158      <command>xmlcatalog</command> or <command>xmllint</command> in shell mode.
     159    </para>
     160
     161    <para>
     162      <option>--with-python=/usr/bin/python3</option>: Add this switch if you
     163      want libxml2 to use Python3 instead of Python2.
    159164    </para>
    160165
Note: See TracChangeset for help on using the changeset viewer.