From 8176c9cb550aa6700950a2e96064eae50f2e7a98 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 10 Apr 2019 20:18:23 +0000 Subject: Add a note about which tarball to use for Python git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11573 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/python.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chapter05/python.xml b/chapter05/python.xml index 263d3a5c3..fcca9c92c 100644 --- a/chapter05/python.xml +++ b/chapter05/python.xml @@ -43,6 +43,13 @@ Installation of Python + + There are two package files whose name starts with + python. The one to extract from is + Python-&python-version;.tar.xz (notice the + uppercase first letter). + + This package first builds the Python interpreter, then some standard Python modules. The main script for building modules is written in Python, and uses hard-coded paths to the host