kbd-inst.xml 991 B

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