lfs/chapter06/netkitbase-inst.xml
Mark Hymers 4d6fc2dabb [Bug 164] XML Tidy up
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-10-27 22:21:44 +00:00

18 lines
438 B
XML

<sect2>
<title>Installation of Netkit-base</title>
<para>Install Netkit-base by running the following commands:</para>
<para><screen><userinput>./configure &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cd etc.sample &amp;&amp;
cp services protocols /etc</userinput></screen></para>
<para>There are other files in the <filename
class="directory">etc.sample</filename> directory which might be of
interest to you.</para>
</sect2>