diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-25 18:08:59 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-25 18:08:59 +0000 |
commit | 4df39e531a1d44ce14e95bca1fe272a82ef10896 (patch) | |
tree | 415ad0bd053a3e6176a56b10a66a24475cce5f51 /prologue | |
parent | 9ee0e52a5b3b2c5b60f8cda0e2bb45583bc6cede (diff) |
Update host system requirements adding texinfo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 3733ae5ad..a0221c139 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -134,6 +134,10 @@ </listitem> <listitem> + <para><emphasis role="strong">Texinfo-4.7</emphasis></para> + </listitem> + + <listitem> <para><emphasis role="strong">Xz-5.0.0</emphasis></para> </listitem> @@ -198,6 +202,7 @@ patch --version | head -n1 echo Perl `perl -V:version` sed --version | head -n1 tar --version | head -n1 +makeinfo --version | head -n1 xz --version | head -n1 echo 'main(){}' > dummy.c && g++ -o dummy dummy.c |