kbd-inst.xml 433 B

12345678910111213141516
  1. <sect2>
  2. <title>Installation of Kbd</title>
  3. <para>This package requires its patch to be applied before you can
  4. install it. Make sure it's unpacked before running the installation
  5. commands.</para>
  6. <para>Install Kbd by running the following commands:</para>
  7. <para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch &amp;&amp;
  8. ./configure &amp;&amp;
  9. make &amp;&amp;
  10. make install</userinput></screen></para>
  11. </sect2>