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