aboutsummaryrefslogtreecommitdiffstats
path: root/prologue/hostreqs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prologue/hostreqs.xml')
-rw-r--r--prologue/hostreqs.xml5
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 &amp;&amp; gcc -o dummy dummy.c
if [ -x dummy ]; then echo "Compilation OK";
else echo "Compilation failed"; fi