kbd-inst.xml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  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.</para>
  7. <para>Apply the patch by running the following command:</para>
  8. <para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput></screen></para>
  9. <para>Prepare Kbd to be compiled:</para>
  10. <para><screen><userinput>
  11. ./configure</userinput></screen></para>
  12. <para>Continue with compiling the package:</para>
  13. <para><screen><userinput>make</userinput></screen></para>
  14. <para>And finish off installing the package:</para>
  15. <para><screen><userinput>make install</userinput></screen></para>
  16. </sect2>
  17. <sect2>
  18. <title>Command explanations</title>
  19. <para><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput>:
  20. This patch changes a Makefile so some utilities that are not installed by
  21. default (setlogcons, setvesablank and getunimap) are installed.</para>
  22. </sect2>