lfs/chapter06/kbd-inst.xml

20 lines
553 B
XML
Raw Normal View History

<sect2>
<title>Installation of Kbd</title>
<para>Kbd doesn't install some of its utilities (setlogcons, setvesablank
and getunimap) by default. The kbd patch enables the compilation of these
utilities.</para>
<para>Apply the patch by running the following command:</para>
<para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput></screen></para>
<para>Install Kbd by running the following commands:</para>
<para><screen><userinput>./configure &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>