diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-13 21:05:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-13 21:05:18 +0000 |
commit | fa61f2fb394dd4c6edd160b2b7f041eb3e04d2d1 (patch) | |
tree | 98515787d38da3d309a3e3bfadb3ca9e8b71ea28 /prologue/hostreqs.xml | |
parent | 1fab972873b9642880d04ad2038bce0ed9b9d062 (diff) |
Tag LFS-7.2-rc27.0-rc2
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.0-rc2@9634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/hostreqs.xml')
-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 1566f24d4..a578f4ab0 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -130,6 +130,10 @@ <para><emphasis role="strong">Texinfo-4.9</emphasis></para> </listitem> + <listitem> + <para><emphasis role="strong">Xz-5.0.3</emphasis></para> + </listitem> + </itemizedlist> <para>Note that the symlinks mentioned above are required to build an LFS @@ -176,6 +180,7 @@ echo Perl `perl -V:version` sed --version | head -n1 tar --version | head -n1 echo "Texinfo: `makeinfo --version | head -n1`" +xz --version | head -n1 echo 'main(){}' > dummy.c && gcc -o dummy dummy.c if [ -x dummy ]; then echo "Compilation OK"; else echo "Compilation failed"; fi |