kbd-inst.xml 679 B

12345678910111213141516171819202122232425
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Kbd</title>
  4. <para>By default some of Kbd's utilities (<userinput>setlogcons</userinput>,
  5. <userinput>setvesablank</userinput> and <userinput>getunimap</userinput>) are
  6. not installed . The patch enables the compilation of these utilities:</para>
  7. <screen><userinput>patch -Np1 -i ../&kbd-patch;</userinput></screen>
  8. <para>Now prepare Kbd for compilation:</para>
  9. <screen><userinput>./configure</userinput></screen>
  10. <para>Compile the package:</para>
  11. <screen><userinput>make</userinput></screen>
  12. <para>And install it:</para>
  13. <screen><userinput>make install</userinput></screen>
  14. </sect2>