nettools.xml 393 B

123456789101112131415161718192021
  1. <sect2>
  2. <title>Installing Net-tools</title>
  3. <para>
  4. Edit the <filename>Makefile</filename> file and edit the CFLAGS variable
  5. if you want to add compiler optimzations.
  6. </para>
  7. <para>
  8. Install Net-tools by running the following commands:
  9. </para>
  10. <blockquote><literallayout>
  11. <userinput>make &amp;&amp;</userinput>
  12. <userinput>make install</userinput>
  13. </literallayout></blockquote>
  14. </sect2>