mawk-dep.xml 597 B

123456789101112131415161718192021222324252627282930313233
  1. <sect2>
  2. <title>Dependencies</title>
  3. <para>Mawk-&mawk-depversion; needs the following to be installed:</para>
  4. <literallayout>
  5. chmod from the fileutils package
  6. cp from the fileutils package
  7. ln from the fileutils package
  8. rm from the fileutils package
  9. as from the binutils package
  10. ld from the binutils package
  11. cmp from the diffutils package
  12. cc from the gcc package
  13. egrep from the grep package
  14. grep from the grep package
  15. make from the make package
  16. sed from the sed package
  17. tee from the sh-utils package
  18. cat from the textutils package
  19. tr from the textutils package
  20. </literallayout>
  21. </sect2>