blob: 87413069fa79b6f1041335b539e6abc66e113593 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<sect2>
<title>Installation of Kbd</title>
<para>Install Kbd by running the following commands:</para>
<para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch &&
./configure &&
make &&
make install</userinput></screen></para>
</sect2>
|