diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-01 23:36:05 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-01 23:36:05 +0000 |
commit | a2717960c1f27b9946eaf3edd38ba6d0e1bdf1a1 (patch) | |
tree | 859d2dda70a47253697fb8393eba40796c7e32c1 /chapter02 | |
parent | 816b85ca12f821f31ffde3351d642aceb123c0dd (diff) |
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
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/hostreqs.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index cd7c936e9..ba51f74d1 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -116,6 +116,10 @@ </listitem> <listitem> + <para><emphasis role="strong">Python-3.4</emphasis></para> + </listitem> + + <listitem> <para><emphasis role="strong">Sed-4.1.5</emphasis></para> </listitem> @@ -198,9 +202,10 @@ m4 --version | head -n1 make --version | head -n1 patch --version | head -n1 echo Perl `perl -V:version` +python3 --version sed --version | head -n1 tar --version | head -n1 -makeinfo --version | head -n1 +makeinfo --version | head -n1 # texinfo version xz --version | head -n1 <?hard-pagebreak?> echo 'int main(){}' > dummy.c && g++ -o dummy dummy.c |