nettools.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <sect1 id="ch06-nettools">
  2. <title>Installing Net-tools-&net-tools-version;</title>
  3. <?dbhtml filename="net-tools.html" dir="chapter06"?>
  4. <screen>Estimated build time: &net-tools-time;
  5. Estimated required disk space: &net-tools-compsize;</screen>
  6. &aa-nettools-shortdesc;
  7. &aa-nettools-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of Net-tools</title>
  11. <para>If you don't know what to answer to all the questions asked during the
  12. <userinput>make config</userinput> phase below, then just accept the defaults.
  13. This will be just fine in the majority of cases. What you're asked here is a
  14. bunch of questions about which network protocols you've enabled in your
  15. kernel. The default answers will enable the tools from this package to work
  16. with the most common protocols: TCP, PPP, and several others. You still need
  17. to actually enable these protocols in the kernel -- what you do here is merely
  18. telling the package to include support for those protocols in its programs,
  19. but it's up to the kernel to make the protocols available.</para>
  20. <para>First fix a small syntax problem in the sources of the mii-tool
  21. program:</para>
  22. <screen><userinput>patch -Np1 -i ../&net-tools-mii-patch;</userinput></screen>
  23. <para>Now prepare Net-tools for compilation with:</para>
  24. <screen><userinput>make config</userinput></screen>
  25. <para>If you intend to accept the default settings, you may skip the
  26. questions generated by <emphasis>make config</emphasis> by running
  27. <userinput>yes "" | make config</userinput> instead.</para>
  28. <para>Compile the package:</para>
  29. <screen><userinput>make</userinput></screen>
  30. <para>And install it:</para>
  31. <screen><userinput>make update</userinput></screen>
  32. </sect2>
  33. </sect1>