kbd-inst.xml 553 B

12345678910111213141516171819
  1. <sect2>
  2. <title>Installation of Kbd</title>
  3. <para>Kbd doesn't install some of its utilities (setlogcons, setvesablank
  4. and getunimap) by default. The kbd patch enables the compilation of these
  5. utilities.</para>
  6. <para>Apply the patch by running the following command:</para>
  7. <para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput></screen></para>
  8. <para>Install Kbd by running the following commands:</para>
  9. <para><screen><userinput>./configure &amp;&amp;
  10. make &amp;&amp;
  11. make install</userinput></screen></para>
  12. </sect2>