Changeset f8ce9f5 in clfs-embedded


Ignore:
Timestamp:
Sep 21, 2016, 3:07:33 AM (8 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
f9f2236
Parents:
861ae7f
git-author:
Andrew Bradford <andrew@…> (09/21/16 03:03:31)
git-committer:
Andrew Bradford <andrew@…> (09/21/16 03:07:33)
Message:

hostreqs: Add ncurses5 library to host reqs

Will be needed to configure the Linux kernel and/or busybox using their
menuconfig interfaces. The check is for the ncurses.h file which
should be a good enough indication that the library is installed.

Referenced by trac ticket #959 [1].

[1]: http://trac.clfs.org/ticket/959

File:
1 edited

Legend:

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

    r861ae7f rf8ce9f5  
    7474
    7575    <listitem>
     76      <para><emphasis role="strong">ncurses5</emphasis></para>
     77    </listitem>
     78
     79    <listitem>
    7680      <para><emphasis role="strong">Patch-2.6</emphasis></para>
    7781    </listitem>
     
    116120m4 --version | head -n1
    117121make --version | head -n1
     122echo "#include &lt;ncurses.h&gt;" | gcc -E - &gt; /dev/null
    118123patch --version | head -n1
    119124sed --version | head -n1
Note: See TracChangeset for help on using the changeset viewer.