Changeset cae8b57
- Timestamp:
- Jan 4, 2009, 10:32:09 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4996ca05
- Parents:
- 3030099
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/prologue/common/hostreqs.xml
r3030099 rcae8b57 69 69 70 70 <listitem> 71 <para><emphasis role="strong">GMP-4.1</emphasis></para>72 </listitem>73 74 <listitem>75 71 <para><emphasis role="strong">Grep-2.5</emphasis></para> 76 72 </listitem> … … 82 78 <listitem> 83 79 <para><emphasis role="strong">Make-3.79.1</emphasis></para> 84 </listitem>85 86 <listitem>87 <para><emphasis role="strong">MPFR-2.3.0</emphasis></para>88 80 </listitem> 89 81 … … 127 119 gcc --version | head -n1 128 120 /lib/libc.so.6 | head -n1 | cut -d" " -f1-7 129 echo -n "GMP: "; strings /usr/lib*/libgmp.so 2>/dev/null | grep ^jw | uniq130 121 grep --version | head -n1 131 122 gzip --version | head -n1 132 123 make --version | head -n1 133 echo -n "MPFR: "; grep VERSION_STRING /usr/include/mpfr.h | cut -d\" -f2134 124 tic -V 135 125 patch --version | head -n1
Note:
See TracChangeset
for help on using the changeset viewer.