diff options
Diffstat (limited to 'chapter06/nettools.xml')
-rw-r--r-- | chapter06/nettools.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/chapter06/nettools.xml b/chapter06/nettools.xml new file mode 100644 index 000000000..98ff41899 --- /dev/null +++ b/chapter06/nettools.xml @@ -0,0 +1,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> + |