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