diff options
Diffstat (limited to 'chapter02/hostreqs.xml')
-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 |