Changeset 76b06f6 for BOOK/prologue
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (12 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- Location:
- BOOK/prologue
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/prologue/common/hostreqs.xml
r111b12a r76b06f6 56 56 57 57 <listitem> 58 <para><emphasis role="strong">GCC -4.1.2</emphasis> and the C++ compiler,59 <command>g++</command> (Versions greater than &gcc-version; are not60 recommended as they have notbeen tested)</para>58 <para><emphasis role="strong">GCC 4.1</emphasis> (Versions 59 greater than &gcc-version; are not recommended as they have not 60 been tested)</para> 61 61 </listitem> 62 62 … … 127 127 gawk --version | head -n1 128 128 gcc --version | head -n1 129 g++ --version | head -n1130 129 ldd $(which ${SHELL}) | grep libc.so | cut -d ' ' -f 3 | ${SHELL} | head -n 1 | cut -d ' ' -f 1-7 131 130 grep --version | head -n1
Note:
See TracChangeset
for help on using the changeset viewer.