Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r4a83293 rac38e9dc  
    3636    </para>
    3737
    38     &lfs76_checked;
     38    &lfs77_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    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)
     
    110110    <title>Installation of libxml2</title>
    111111
    112     <para>If you downloaded the testsuite, issue the following command:</para>
    113 
    114 <screen><userinput>tar xf ../xmlts&testsuite-version;.tar.gz</userinput></screen>
    115 
    116112    <para>
    117113       Apply two upstream fixes, which correct bugs in
     
    134130make</userinput></screen>
    135131
     132    <para>If you downloaded the testsuite, issue the following command:</para>
     133
     134<screen><userinput>tar xf ../xmlts&testsuite-version;.tar.gz</userinput></screen>
     135
    136136    <para>
    137137      To test the results, issue: <command>make check</command>.
     
    152152
    153153    <para>
    154       <option>--with-history</option>: This switch enables
     154      <parameter>--with-history</parameter>: This switch enables
    155155      <application>Readline</application> support when running
    156156      <command>xmlcatalog</command> or <command>xmllint</command> in shell mode.
     157    </para>
     158
     159    <para>
     160      <option>--with-python=/usr/bin/python3</option>: Add this switch if you
     161      want libxml2 to use Python3 instead of Python2.
    157162    </para>
    158163
Note: See TracChangeset for help on using the changeset viewer.