- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/prologue/common/hostreqs.xml
r0aee8d3 r65ab9ce 53 53 54 54 <listitem> 55 <para><emphasis role="strong">Gawk-3. 0</emphasis></para>55 <para><emphasis role="strong">Gawk-3.1.5</emphasis></para> 56 56 </listitem> 57 57 58 58 <listitem> 59 <para><emphasis role="strong">G cc-2.95.3</emphasis> (Versions59 <para><emphasis role="strong">GCC 4.1</emphasis> (Versions 60 60 greater than &gcc-version; are not recommended as they have not 61 61 been tested)</para> … … 77 77 78 78 <listitem> 79 <para><emphasis role="strong">Linux 2.6. 22</emphasis></para>79 <para><emphasis role="strong">Linux 2.6.32 (Built with GCC 4.1.2 or later)</emphasis></para> 80 80 </listitem> 81 81 82 82 <listitem> 83 <para><emphasis role="strong">Make-3. 79.1</emphasis></para>83 <para><emphasis role="strong">Make-3.80</emphasis></para> 84 84 </listitem> 85 85 … … 104 104 </listitem> 105 105 106 <listitem> 107 <para><emphasis role="strong">XZ-Utils-4.999.8beta</emphasis></para> 108 </listitem> 109 106 110 </itemizedlist> 107 111 … … 122 126 gawk --version | head -n1 123 127 gcc --version | head -n1 124 $(find /lib{,64} -name libc.so.6) | head -n1 | cut -d" " -f1-7128 ldd $(which ${SHELL}) | grep libc.so | cut -d ' ' -f 3 | ${SHELL} | head -n 1 | cut -d ' ' -f 1-7 125 129 grep --version | head -n1 126 130 gzip --version | head -n1 … … 131 135 sed --version | head -n1 132 136 tar --version | head -n1 133 makeinfo --version | head -n1</literal> 137 makeinfo --version | head -n1 138 xz --version | head -n1</literal> 134 139 135 140 EOF
Note:
See TracChangeset
for help on using the changeset viewer.