aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/netkitbase-inst.xml25
-rw-r--r--chapter06/nettools-inst.xml21
2 files changed, 46 insertions, 0 deletions
diff --git a/chapter06/netkitbase-inst.xml b/chapter06/netkitbase-inst.xml
new file mode 100644
index 000000000..86d995ef8
--- /dev/null
+++ b/chapter06/netkitbase-inst.xml
@@ -0,0 +1,25 @@
+<sect2>
+<title>Installation of Netkit-base</title>
+
+<para>
+Install Netkit-base by running the following commands:
+</para>
+
+<blockquote><literallayout>
+
+ <userinput>./configure &amp;&amp;</userinput>
+ <userinput>make &amp;&amp;</userinput>
+ <userinput>make install &amp;&amp;</userinput>
+ <userinput>cd etc.sample &amp;&amp;</userinput>
+ <userinput>cp services protocols /etc</userinput>
+
+</literallayout></blockquote>
+
+<para>
+There are other files in the <filename
+class="directory">etc.sample</filename> directory which might be of
+interest to the user.
+</para>
+
+</sect2>
+
diff --git a/chapter06/nettools-inst.xml b/chapter06/nettools-inst.xml
new file mode 100644
index 000000000..b651472de
--- /dev/null
+++ b/chapter06/nettools-inst.xml
@@ -0,0 +1,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 &amp;&amp;</userinput>
+ <userinput>make install</userinput>
+
+</literallayout></blockquote>
+
+</sect2>
+