lfs/chapter06/nettools.xml

22 lines
393 B
XML
Raw Normal View History

<sect2>
<title>Installing Net-tools</title>
<para>
Edit the <filename>Makefile</filename> file and edit the CFLAGS variable
if you want to add compiler optimzations.
</para>
<para>
Install Net-tools by running the following commands:
</para>
<blockquote><literallayout>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>
</sect2>