kbd-inst.xml 973 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <sect2>
  2. <title>Installation of Kbd</title>
  3. <para>
  4. Install Kbd by running the following commands:
  5. </para>
  6. <blockquote><literallayout>
  7. <userinput>./configure --datadir=/usr/share/kbd &amp;&amp;</userinput>
  8. <userinput>make &amp;&amp;</userinput>
  9. <userinput>make install</userinput>
  10. </literallayout></blockquote>
  11. <para>
  12. Now we have to choose a default keymap. Explore the
  13. /usr/share/kbd/keymaps directory, and find the keymap that you would like to use
  14. as a default. Then execute this command:
  15. </para>
  16. <blockquote><literallayout>
  17. <userinput>cd /usr/share/kbd/keymaps &amp;&amp;</userinput>
  18. <userinput>ln -s &lt;path-to-keymap&gt; defkeymap.map.gz</userinput>
  19. </literallayout></blockquote>
  20. <para>
  21. Replace <userinput>&lt;path-to-keymap&gt;</userinput> with the path to the
  22. keymap you have selected, relative to the /usr/share/kbd/keymaps/ directory. For
  23. example, if you have chosen the US keymap, you would replace it with
  24. i386/qwerty/us.map.gz.
  25. </para>
  26. </sect2>