diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-04-01 18:54:06 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-04-01 18:54:06 +0000 |
commit | 5df28456db23fb0483c4b643a2f54ae9fbc94cbc (patch) | |
tree | 93bbe83b2b40f314da57f9dc4884a17648809fd3 /chapter06/kbd-inst.xml | |
parent | 7147021129cb18a2f8739b1b758f3e8fb9a40c44 (diff) |
Console(tools|data) -> Kbd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@391 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd-inst.xml')
-rw-r--r-- | chapter06/kbd-inst.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml new file mode 100644 index 000000000..bbd4e35d0 --- /dev/null +++ b/chapter06/kbd-inst.xml @@ -0,0 +1,17 @@ +<sect2> +<title>Installation of Kbd</title> + +<para> +Install Kbd by running the following commands: +</para> + +<blockquote><literallayout> + + <userinput>./configure --datadir=/usr/share/kbd &&</userinput> + <userinput>make &&</userinput> + <userinput>make install</userinput> + +</literallayout></blockquote> + +</sect2> + |