Changeset 5e492c0 in clfs-embedded for BOOK/prologue/common
- Timestamp:
- Jun 7, 2013, 11:29:18 AM (11 years ago)
- Branches:
- master
- Children:
- 833b9a5
- Parents:
- 8d661ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/prologue/common/hostreqs.xml
r8d661ec r5e492c0 12 12 13 13 <para>You should be able to build a CLFS system from just about any 14 Unix-type operating system. Your host system should have the following14 recent Linux distrubtion. Your host system should have the following 15 15 software with the minimum versions indicated. Also note that many 16 16 distributions will place software headers into separate packages, often in … … 22 22 23 23 <listitem> 24 <para><emphasis role="strong">Bash -2.05a</emphasis></para>24 <para><emphasis role="strong">Bash 4.0</emphasis></para> 25 25 </listitem> 26 26 27 27 <listitem> 28 <para><emphasis role="strong">Binutils-2.12</emphasis> (Versions 29 greater than &binutils-version; are not recommended as they have 30 not been tested)</para> 28 <para><emphasis role="strong">Binutils-2.20</emphasis></para> 31 29 </listitem> 32 30 33 31 <listitem> 34 <para><emphasis role="strong">Bzip2-1.0. 2</emphasis></para>32 <para><emphasis role="strong">Bzip2-1.0.5</emphasis></para> 35 33 </listitem> 36 34 37 35 <listitem> 38 <para><emphasis role="strong">Coreutils-5.0</emphasis> (or Sh-Utils-2.0, 39 Textutils-2.0, and Fileutils-4.1)</para> 36 <para><emphasis role="strong">Coreutils-8.1</emphasis></para> 40 37 </listitem> 41 38 42 39 <listitem> 43 <para><emphasis role="strong">Diffutils- 2.8</emphasis></para>40 <para><emphasis role="strong">Diffutils-3.0</emphasis></para> 44 41 </listitem> 45 42 46 43 <listitem> 47 <para><emphasis role="strong">Findutils-4. 1.20</emphasis></para>44 <para><emphasis role="strong">Findutils-4.4.0</emphasis></para> 48 45 </listitem> 49 46 … … 53 50 54 51 <listitem> 55 <para><emphasis role="strong">Gcc-2.95.3</emphasis> (Versions 56 greater than &gcc-version; are not recommended as they have not 57 been tested)</para> 52 <para><emphasis role="strong">Gcc-4.4</emphasis></para> 58 53 </listitem> 59 54 60 55 <listitem> 61 <para><emphasis role="strong">Glibc-2.2.5</emphasis> (or EGLIBC. 62 Versions greater than 2.11 are not recommended as they have 63 not been tested)</para> 56 <para><emphasis role="strong">Glibc-2.11</emphasis></para> 64 57 </listitem> 65 58 66 59 <listitem> 67 <para><emphasis role="strong">Grep-2. 5</emphasis></para>60 <para><emphasis role="strong">Grep-2.6</emphasis></para> 68 61 </listitem> 69 62 70 63 <listitem> 71 <para><emphasis role="strong">Gzip-1. 2.4</emphasis></para>64 <para><emphasis role="strong">Gzip-1.3</emphasis></para> 72 65 </listitem> 73 66 74 67 <listitem> 75 <para><emphasis role="strong">Make-3. 79.1</emphasis></para>68 <para><emphasis role="strong">Make-3.81</emphasis></para> 76 69 </listitem> 77 70 78 71 <listitem> 79 <para><emphasis role="strong">Patch-2. 5.4</emphasis></para>72 <para><emphasis role="strong">Patch-2.6</emphasis></para> 80 73 </listitem> 81 74 82 75 <listitem> 83 <para><emphasis role="strong">Sed- 3.0.2</emphasis></para>76 <para><emphasis role="strong">Sed-4.2.1</emphasis></para> 84 77 </listitem> 85 78 86 79 <listitem> 87 <para><emphasis role="strong">Tar-1. 14</emphasis></para>80 <para><emphasis role="strong">Tar-1.23</emphasis></para> 88 81 </listitem> 89 82
Note:
See TracChangeset
for help on using the changeset viewer.