diff options
Diffstat (limited to 'chapter06/kbd-inst.xml')
-rw-r--r-- | chapter06/kbd-inst.xml | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml index 04539cf33..bdf52b636 100644 --- a/chapter06/kbd-inst.xml +++ b/chapter06/kbd-inst.xml @@ -1,3 +1,5 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Kbd</title> @@ -9,11 +11,27 @@ utilities.</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>Prepare Kbd to be compiled:</para> + +<para><screen><userinput> +./configure</userinput></screen></para> + +<para>Continue with compiling the package:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>And finish off installing the package:</para> + +<para><screen><userinput>make install</userinput></screen></para> + +</sect2> + +<sect2> +<title>Command explanations</title> -<para><screen><userinput>./configure && -make && -make install</userinput></screen></para> +<para><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput>: +This patch changes a Makefile so some utilities that are not installed by +default (setlogcons, setvesablank and getunimap) are installed.</para> </sect2> |