blob: 98ff418999ae2771b2f8b853e30794fe3af86984 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<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 &&</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>
</sect2>
|