netkitbase-inst.xml 855 B

12345678910111213141516171819202122232425262728
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Netkit-base</title>
  4. <para>Prepare Netkit-base to be compiled:</para>
  5. <para><screen><userinput>./configure</userinput></screen></para>
  6. <para>Continue with compiling the package:</para>
  7. <para><screen><userinput>make</userinput></screen></para>
  8. <para>Install the package:</para>
  9. <para><screen><userinput>make install</userinput></screen></para>
  10. <para>Finally, two essential config files need to be installed in
  11. the <filename class="directory">/etc</filename> directory. There are
  12. other files in the <filename class="directory">etc.sample</filename>
  13. directory which might be of interest to you.</para>
  14. <para>Complete the installation of this package:</para>
  15. <para><screen><userinput>cp etc.sample/{services,protocols} /etc</userinput></screen></para>
  16. </sect2>