From a2717960c1f27b9946eaf3edd38ba6d0e1bdf1a1 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 1 Feb 2019 23:36:05 +0000 Subject: 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. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11506 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/chapter05.xml | 1 + chapter05/python.xml | 72 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 chapter05/python.xml (limited to 'chapter05') diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 8fe5a0870..3d82af568 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -40,6 +40,7 @@ + diff --git a/chapter05/python.xml b/chapter05/python.xml new file mode 100644 index 000000000..a52c08294 --- /dev/null +++ b/chapter05/python.xml @@ -0,0 +1,72 @@ + + + %general-entities; +]> + + + + + + Python + &python-version; +
&python-url;
+
+ + Python-&python-version; + + + Python + tools + + + + + + <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>Installation of Python + + Prepare Python for compilation: + +./configure --prefix=/tools --with-ensurepip=no + + Compile the package: + +make + + Compilation is now complete. The test suite requires TK and + and X Windows and cannot be run at this time. + + + Install the package: + +make install + + + + + + + <para>Details on this package are located in + <xref linkend="contents-python" role="."/></para> + + </sect2> + +</sect1> -- cgit v1.2.3-54-g00ecf