From a3368117a90ad960b14d73fc8fd8841b0c018c29 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 15 Apr 2001 00:11:29 +0000 Subject: [PATCH] Initial commit git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/netkitbase-inst.xml | 25 +++++++++++++++++++++++++ chapter06/nettools-inst.xml | 21 +++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 chapter06/netkitbase-inst.xml create mode 100644 chapter06/nettools-inst.xml 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 @@ + +Installation of Netkit-base + + +Install Netkit-base by running the following commands: + + +
+ + ./configure && + make && + make install && + cd etc.sample && + cp services protocols /etc + +
+ + +There are other files in the etc.sample directory which might be of +interest to the user. + + +
+ 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 @@ + +Installation of Net-tools + + +The Makefile file CFLAGS variable has to be edited +if compiler optimizations should be added. + + + +Install Net-tools by running the following commands: + + +
+ + make && + make install + +
+ +
+