diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-05 22:34:34 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-05 22:34:34 +0800 |
commit | 6b6a1b958af3a0e59559e44ad700f761d8a49a09 (patch) | |
tree | 175d8a27f89af432f91863dade6974f15ee310f6 /chapter02 | |
parent | 6786b0cde8b7df66bfc8c3067218f95a31b8e2d8 (diff) | |
parent | e8f0a1b1da395c13076b3485e33dd4f86c8baff0 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/hostreqs.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index 862d2605c..10c1bf16e 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -145,7 +145,7 @@ </listitem> <listitem> - <para><emphasis role="strong">Texinfo-4.7</emphasis></para> + <para><emphasis role="strong">Texinfo-5.0</emphasis></para> </listitem> <listitem> @@ -173,7 +173,7 @@ <para >To see whether your host system has all the appropriate versions, and the ability to compile programs, run the following commands:</para> -<screen role="nodump"><userinput>cat > version-check.sh << "EOF" +<screen role="nodump"><?dbfo keep-together="auto"?><userinput>cat > version-check.sh << "EOF" <literal>#!/bin/bash # A script to list version numbers of critical development tools @@ -235,7 +235,7 @@ ver_check Perl perl 5.8.8 ver_check Python python3 3.4 ver_check Sed sed 4.1.5 ver_check Tar tar 1.22 -ver_check Texinfo texi2any 4.7 +ver_check Texinfo texi2any 5.0 ver_check Xz xz 5.0.0 ver_kernel &min-kernel; |