vim-dep.xml 376 B

12345678910111213141516171819202122
  1. <sect2>
  2. <title>Dependencies</title>
  3. <para>Vim-&vim-depversion; needs the following to be installed:</para>
  4. <literallayout>
  5. bash: sh
  6. binutils: ld, as
  7. diffutils: cmp, diff
  8. fileutils: chmod, cp, ln, mkdir, mv, rm, touch
  9. find: find
  10. gcc: cc
  11. grep: grep
  12. make: make
  13. net-tools: hostname
  14. sed: sed
  15. sh-utils: echo, expr, uname, whoami
  16. textutils: cat, tr, wc
  17. </literallayout>
  18. </sect2>