diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-15 00:11:29 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-15 00:11:29 +0000 |
commit | a3368117a90ad960b14d73fc8fd8841b0c018c29 (patch) | |
tree | f1baa601fa65774a128ffa0af2ae4225ceaa2def | |
parent | 9ef3d9cf5580fbd1f5d93a969f3a5873b2cc4671 (diff) |
Initial commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/netkitbase-inst.xml | 25 | ||||
-rw-r--r-- | chapter06/nettools-inst.xml | 21 |
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 &&</userinput> + <userinput>make &&</userinput> + <userinput>make install &&</userinput> + <userinput>cd etc.sample &&</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 &&</userinput> + <userinput>make install</userinput> + +</literallayout></blockquote> + +</sect2> + |