blob: fb45eb059fd75d3c724754171e697b7917638721 (
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>
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>
|