Changeset 0417e7d


Ignore:
Timestamp:
Jan 1, 2008, 3:21:23 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
48770b9
Parents:
a3ff989
Message:

Update the host system requirements page. Add ncurses and bison. as well as fix the script that prints the binutils version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/prologue/common/hostreqs.xml

    ra3ff989 r0417e7d  
    2929      greater than &binutils-version; are not recommended as they have
    3030      not been tested)</para>
     31    </listitem>
     32
     33    <listitem>
     34      <para><emphasis role="strong">Bison-1.875</emphasis></para>
    3135    </listitem>
    3236
     
    7781
    7882    <listitem>
     83      <para><emphasis role="strong">Ncurses-5.3</emphasis></para>
     84    </listitem>
     85
     86    <listitem>
    7987      <para><emphasis role="strong">Patch-2.5.4</emphasis></para>
    8088    </listitem>
     
    98106
    99107bash --version | head -n1 | cut -d" " -f2-4
    100 echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4
     108echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
     109bison --version | head -n1
    101110bzip2 --version 2&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6-
    102111echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
     
    109118gzip --version | head -n1
    110119make --version | head -n1
     120tic -V
    111121patch --version | head -n1
    112122sed --version | head -n1
Note: See TracChangeset for help on using the changeset viewer.