kbd-inst.xml 734 B

12345678910111213141516171819202122232425
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Kbd</title>
  4. <para>Kbd doesn't install some of its utilities (setlogcons, setvesablank
  5. and getunimap) by default. The kbd patch enables the compilation of these
  6. utilities. Apply the patch:</para>
  7. <para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput></screen></para>
  8. <para>Prepare Kbd to be compiled:</para>
  9. <para><screen><userinput>./configure</userinput></screen></para>
  10. <para>Continue with compiling the package:</para>
  11. <para><screen><userinput>make</userinput></screen></para>
  12. <para>And finish off installing the package:</para>
  13. <para><screen><userinput>make install</userinput></screen></para>
  14. </sect2>