making up for cvs export not creating empy dirs
[linux_from_scratch.git] / BOOK / appendixa / vim-dep.xml
blob225c272c179f2abbaa6048b7561ec0d1537f2fb2
1 <sect2>
2 <title>Dependencies</title>
4 <para>Vim-&vim-depversion; needs the following to be installed:</para>
6 <literallayout>
7 bash: sh
8 binutils: as, ld, strip
9 diffutils: cmp, diff
10 fileutils: chmod, cp, ln, mkdir, mv, rm, touch
11 find: find
12 gcc: cc1, collect2, cpp0, gcc
13 grep: egrep, grep
14 make: make
15 net-tools: hostname
16 sed: sed
17 sh-utils: echo, expr, uname, whoami
18 textutils: cat, tr, wc
19 </literallayout>
21 </sect2>