blob: b651472dec959edd75c6953f8c16392911de0298 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<sect2>
<title>Installation of Net-tools</title>
<para>
The <filename>Makefile</filename> file CFLAGS variable has to be edited
if compiler optimizations should be added.
</para>
<para>
Install Net-tools by running the following commands:
</para>
<blockquote><literallayout>
<userinput>make &&</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>
</sect2>
|