making up for cvs export not creating empy dirs
[linux_from_scratch.git] / BOOK / appendixa / tar-dep.xml
blob359f6268bf670463007f4f4dd19ead9fb4b07af2
1 <sect2>
2 <title>Dependencies</title>
4 <para>Tar-&tar-depversion; needs the following to be installed:</para>
6 <literallayout>
7 autoconf: autoconf, autoheader
8 automake: aclocal, automake
9 bash: sh
10 binutils: ar, as, ld, ranlib
11 diffutils: cmp
12 fileutils: chmod, install, ls, mv, rm
13 gettext: msgfmt, xgettext
14 gcc: cc, cc1, collect2, cpp0, gcc
15 glibc: getconf
16 grep: egrep, fgrep, grep
17 m4: m4
18 make: make
19 gawk: gawk
20 net-tools: hostname
21 patch: patch
22 sed: sed
23 sh-utils: basename, echo, expr, sleep, uname
24 texinfo: install-info, makeinfo
25 textutils: cat, tr
26 </literallayout>
28 </sect2>