aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kbd-inst.xml
blob: 04539cf3322ed0deafc73f03f61563b22b235733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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>