Changeset 9ba1dd2
- Timestamp:
- 03/31/2005 12:02:55 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8327e8b9
- Parents:
- e921ae99
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
re921ae99 r9ba1dd2 131 131 132 132 <!-- Chapter 12 --> 133 <!ENTITY Python-version "2.4 ">133 <!ENTITY Python-version "2.4.1"> 134 134 <!ENTITY LFS-Perl-version "5.8.6"> 135 135 <!ENTITY Module-Info-version "0.26"> -
general/prog/python.xml
re921ae99 r9ba1dd2 7 7 <!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2"> 8 8 <!ENTITY python-download-ftp "ftp://ftp.python.org/pub/python/&Python-version;/Python-&Python-version;.tar.bz2"> 9 <!ENTITY python-md5sum " 44c2226eff0f3fc1f2fedaa1ce596533">9 <!ENTITY python-md5sum "de3e9a8836fab6df7c7ce545331afeb3"> 10 10 <!ENTITY python-size "7.8 MB"> 11 <!ENTITY python-buildsize "1 33MB">12 <!ENTITY python-time " 1.01 SBU">11 <!ENTITY python-buildsize "115 MB"> 12 <!ENTITY python-time "0.91 SBU (additional 2.20 SBU to run the testsuite)"> 13 13 ]> 14 14 … … 49 49 <listitem><para>Required patch: <ulink 50 50 url="&patch-root;/Python-&Python-version;-gdbm-1.patch"/></para></listitem> 51 <listitem><para>Required patch for Berkeley DB: <ulink52 url="&patch-root;/Python-&Python-version;-db43-1.patch"/></para></listitem>53 <listitem><para>Required patch (see54 <ulink url="http://www.python.org/security/PSF-2005-001/"/>): <ulink55 url="http://www.python.org/security/PSF-2005-001/patch.txt"/></para></listitem>56 51 </itemizedlist> 57 52 </sect3> … … 71 66 <title>Installation of <application>Python</application></title> 72 67 73 <para>If you have Berkeley <application>DB</application> installed and wish to74 utilize it, apply the following patch:</para>75 76 <screen><userinput><command>patch -Np1 -i ../Python-&Python-version;-db43-1.patch</command></userinput></screen>77 78 68 <para>Install <application>Python</application> by running the following 79 69 commands:</para> 80 70 81 <screen><userinput><command>patch -Np0 -i ../patch.txt && 82 patch -Np1 -i ../Python-&Python-version;-gdbm-1.patch && 71 <screen><userinput><command>patch -Np1 -i ../Python-&Python-version;-gdbm-1.patch && 83 72 ./configure --prefix=/usr --enable-shared && 84 73 make</command></userinput></screen> … … 87 76 88 77 <screen><userinput role='root'><command>make install</command></userinput></screen> 78 79 <note><para>There is no documentation installed using the instructions above. 80 However, There are Latex sources included with the distribution. See the 81 <filename>Doc/README</filename> file in the source distribution for 82 instructions to format the LaTex sources. Alternatively, you can download 83 preformatted documentation from 84 <ulink url="http://www.python.org/doc/current/download.html"/>.</para></note> 89 85 90 86 </sect2> … … 99 95 100 96 <seglistitem> 101 <seg>pydoc, python, smtpd.py and optionally if <application>Tk</application> 102 is installed, idle</seg> 103 <seg>libpython&Python-version;.so and numerous modules installed in 104 /usr/lib/python&Python-version;/lib-dynload</seg> 105 <seg>/usr/include/python&Python-version; 106 and /usr/lib/python&Python-version;</seg> 97 <seg>pydoc, python, python2.4, smtpd.py and optionally if 98 <application>Tk</application> is installed, idle</seg> 99 <seg>libpython2.4.so and numerous modules installed in 100 /usr/lib/python2.4/lib-dynload</seg> 101 <seg>/usr/include/python2.4 and /usr/lib/python2.4</seg> 107 102 </seglistitem> 108 103 </segmentedlist> … … 139 134 </varlistentry> 140 135 136 <varlistentry id="python2.4"> 137 <term><command>python2.4</command></term> 138 <listitem><para>is a version-specific name for the <command>python</command> 139 program.</para> 140 <indexterm zone="python python2.4"> 141 <primary sortas="b-python2.4">python2.4</primary> 142 </indexterm></listitem> 143 </varlistentry> 144 141 145 <varlistentry id="smtpd.py"> 142 146 <term><command>smtpd.py</command></term> -
introduction/welcome/changelog.xml
re921ae99 r9ba1dd2 23 23 <itemizedlist> 24 24 25 <listitem><para>March 30th, 2005 [randy]: Updated to 26 libusb-0.1.10a.</para></listitem>25 <listitem><para>March 30th, 2005 [randy]: Updated to libusb-0.1.10a and 26 Python-2.4.1.</para></listitem> 27 27 28 28 <listitem><para>March 29th, 2005 [randy]: Updated to DocBook DSSSL
Note:
See TracChangeset
for help on using the changeset viewer.