Changeset ca25773c
- Timestamp:
- 07/19/2017 01:27:02 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f5c5306
- Parents:
- 765c2a7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r765c2a7 rca25773c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 7"> <!-- Always 2 digits -->3 <!ENTITY day "19"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "July 1 7th &year;">9 <!ENTITY releasedate "July 19th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libxml2.xml
r765c2a7 rca25773c 94 94 <bridgehead renderas="sect4">Recommended</bridgehead> 95 95 <para role="recommended"> 96 <xref linkend="python2"/> and <xref linkend="python3"/> (to build and install a97 <application>Python</application> library module, additionally it is98 required to run the full suite of tests)96 <xref linkend="python2"/> or <xref linkend="python3"/> (to build and 97 install a <application>Python</application> library module, additionally 98 it is required to run the full suite of tests) 99 99 <!-- As discovered by Bruce, itstool needs this module. --> 100 100 </para> … … 125 125 126 126 <para> 127 If you want to build the <application>Python</application> module for 128 <xref linkend="python3"/>, run: 129 </para> 130 131 <screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen> 132 133 <para> 127 134 Install <application>libxml2</application> by running the following 128 135 commands: … … 166 173 <option>--with-python=/usr/bin/python3</option>: Add this switch if you 167 174 want libxml2 to use Python3 instead of Python2. 175 </para> 176 177 <para> 178 <option>--with-icu</option>: Add this switch if you have built 179 <xref linkend="icu"/>, for better unicode support. 180 </para> 181 182 <para> 183 <option>--with-threads</option>: Add this switch to enable multithread 184 support. 168 185 </para> 169 186 -
introduction/welcome/changelog.xml
r765c2a7 rca25773c 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>July 19th, 2017</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Fix instructions for building libxml2 with 50 Python3, and add some command explanations. Fixes 51 <ulink url="&blfs-ticket-root;9467">#9467</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 44 56 <listitem> 45 57 <para>July 17th, 2017</para>
Note:
See TracChangeset
for help on using the changeset viewer.