making up for cvs export not creating empy dirs
[linux_from_scratch.git] / BOOK / appendixa / ncurses-dep.xml
blobf595627d1d8181ccd4d524ca826fb3df3ce967a4
1 <sect2>
2 <title>Dependencies</title>
4 <para>Ncurses-&ncurses-depversion; needs the following to be installed:</para>
6 <literallayout>
7 bash: sh
8 binutils: ar, as, ld, ranlib
9 diffutils: cmp
10 fileutils: chmod, cp, install, ln, mkdir, mv, rm
11 gcc: c++, cc1, cc1plus, collect2, cpp0, gcc
12 glibc: ldconfig
13 grep: egrep, fgrep, grep
14 make: make
15 gawk: gawk
16 sed: sed
17 sh-utils: basename, date, echo, expr, hostname, uname
18 textutils: cat, sort, tr, wc
19 </literallayout>
21 </sect2>