Changeset 292ff45 for general/prog/python2.xml
- Timestamp:
- 04/01/2021 02:12:34 AM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 40454cd2
- Parents:
- 8fa411c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python2.xml
r8fa411c r292ff45 10 10 <!ENTITY python2-md5sum "fd6cc8ec0a78c44036f825e739f36e5a"> 11 11 <!ENTITY python2-size "12.2 MB"> 12 <!ENTITY python2-buildsize " 134MB (add 17 MB for tests)">13 <!ENTITY python2-time "0. 7 SBU (Using parallelism=4; add 7.1SBU for tests)">12 <!ENTITY python2-buildsize "228 MB (add 17 MB for tests)"> 13 <!ENTITY python2-time "0.5 SBU (Using parallelism=4; add 5.9 SBU for tests)"> 14 14 15 15 <!ENTITY python2htmldoc-download-http … … 93 93 94 94 <itemizedlist spacing="compact"> 95 <title>Optional HTML Documentation</title> 96 <listitem> 97 <para> 98 Download (HTTP): <ulink url="&python2htmldoc-download-http;"/> 95 <listitem> 96 <para> 97 Required patch: 98 <ulink url="&patch-root;/Python-&python2-version;-security_fixes-1.patch"/> 99 </para> 100 </listitem> 101 <listitem> 102 <para> 103 Optional HTML Documentation: <ulink url="&python2htmldoc-download-http;"/> 99 104 </para> 100 105 </listitem> 101 106 </itemizedlist> 107 102 108 103 109 <bridgehead renderas="sect3">Python 2 Dependencies</bridgehead> … … 153 159 </para> 154 160 155 <screen><userinput>./configure --prefix=/usr \ 156 --enable-shared \ 157 --with-system-expat \ 158 --with-system-ffi \ 159 --enable-unicode=ucs4 && 161 <screen><userinput> 162 patch -Np1 -i ../Python-&python2-version;-security_fixes-1.patch && 163 ./configure --prefix=/usr \ 164 --enable-shared \ 165 --with-system-expat \ 166 --with-system-ffi \ 167 --enable-unicode=ucs4 && 160 168 make</userinput></screen> 161 169 162 170 <para> 171 If you invoke the tests, they will run through twice. 163 172 To test the results, issue: <command>make -k test</command>. 164 173 </para>
Note:
See TracChangeset
for help on using the changeset viewer.