nettools-inst.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Net-tools</title>
  4. <para>If you don't know what to answer to all the questions asked during the
  5. <userinput>make config</userinput> phase below, then just accept the defaults.
  6. This will be just fine in the majority of cases. What you're asked here is a
  7. bunch of questions about which network protocols you've enabled in your
  8. kernel. The default answers will enable the tools from this package to work
  9. with the most common protocols: TCP, PPP, and several others. You still need
  10. to actually enable these protocols in the kernel -- what you do here is merely
  11. telling the package to include support for those protocols in its programs,
  12. but it's up to the kernel to make the protocols available.</para>
  13. <para>The following patch will fix a small syntax problem with the source
  14. for the mii-tool binary:</para>
  15. <para><screen><userinput>patch -Np1 -i ../&net-tools-mii-patch;</userinput></screen></para>
  16. <para>Prepare Net-tools for compilation with:</para>
  17. <para><screen><userinput>make config</userinput></screen></para>
  18. <para>If you intend to accept the default settings, you may skip the
  19. questions generated by <emphasis>make config</emphasis> by running
  20. <userinput>yes "" | make config</userinput> instead.</para>
  21. <para>Compile the package:</para>
  22. <para><screen><userinput>make</userinput></screen></para>
  23. <para>And install it:</para>
  24. <para><screen><userinput>make update</userinput></screen></para>
  25. </sect2>