Files
LFS_Book/chapter05/python.xml
Anton Maisak 4067f601fe Typos,
SYNC
Revision: 11506
Author: bdubbs
Date: 2 февраля 2019 г. 2:36:05
Message:
Update to bison-3.3.1.
Update to glibc-2.29.
Update to libpipeline-1.5.1.
Update to linux-4.20.6.
Update to meson-0.49.1.
Update to mpfr-4.0.2.
Update to ninja-1.9.0.

----
Modified : /trunk/BOOK/chapter01/changelog.xml
Modified : /trunk/BOOK/packages.ent
Modified : /trunk/BOOK/chapter02/hostreqs.xml
Added : /trunk/BOOK/chapter05/python.xml (Copy from path: /trunk/BOOK/chapter05/sed.xml, Revision, 11501)
Modified : /trunk/BOOK/general.ent
Modified : /trunk/BOOK/chapter01/whatsnew.xml
Modified : /trunk/BOOK/chapter06/glibc.xml
Modified : /trunk/BOOK/appendices/dependencies.xml
Modified : /trunk/BOOK/chapter03/patches.xml
Modified : /trunk/BOOK/chapter05/chapter05.xml
Modified : /trunk/BOOK/chapter06/ninja.xml
Modified : /trunk/BOOK/patches.ent
2019-02-17 11:09:39 +03:00

71 lines
2.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
]>
<sect1 id="ch-tools-Python" role="wrap">
<?dbhtml filename="Python.html"?>
<sect1info condition="script">
<productname>Python</productname>
<productnumber>&python-version;</productnumber>
<address>&python-url;</address>
</sect1info>
<title>Python-&python-version;</title>
<indexterm zone="ch-tools-Python">
<primary sortas="a-Python">Python</primary>
<secondary>tools</secondary>
</indexterm>
<sect2 role="package">
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../chapter06/python.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
<segtitle>&buildtime;</segtitle>
<segtitle>&diskspace;</segtitle>
<seglistitem>
<seg>&python-ch5-sbu;</seg>
<seg>&python-ch5-du;</seg>
</seglistitem>
</segmentedlist>
</sect2>
<sect2 role="installation">
<title>Установка пакета Python</title>
<para>Подготовьте пакет Python к компиляции::</para>
<screen><userinput remap="configure">./configure --prefix=/tools --with-ensurepip=no</userinput></screen>
<para>Скомпилируйте пакет:</para>
<screen><userinput remap="make">make</userinput></screen>
<para>Компиляция завершена. Для выполнения тестов требуется TK и X Windows, и сейчас, не могут быть запущены.</para>
<para>Установите пакет:</para>
<screen><userinput remap="install">make install</userinput></screen>
</sect2>
<sect2 role="content">
<title/>
<para>Подробная информация об этом пакете находится в
<xref linkend="contents-python" role="."/></para>
</sect2>
</sect1>