make-dep.xml 786 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <sect2>
  2. <title>Dependencies</title>
  3. <para>Make-&make-depversion; needs the following to be installed:</para>
  4. <literallayout>
  5. sh from the bash package
  6. as from the binutils package
  7. ld from the binutils package
  8. cmp from the diffutils package
  9. chgrp from the fileutils package
  10. chmod from the fileutils package
  11. cp from the fileutils package
  12. ls from the fileutils package
  13. mv from the fileutils package
  14. rm from the fileutils package
  15. cc from the gcc package
  16. egrep from the grep package
  17. grep from the grep package
  18. make from the make package
  19. sed from the sed package
  20. basename from the sh-utils package
  21. expr from the sh-utils package
  22. sleep from the sh-utils package
  23. uname from the sh-utils package
  24. cat from the textutils package
  25. tr from the textutils package
  26. </literallayout>
  27. </sect2>