mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
6370fa6cff
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@14 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
32 lines
897 B
Plaintext
32 lines
897 B
Plaintext
<sect2>
|
|
<title>Installation of Console-tools</title>
|
|
|
|
<para>
|
|
Before you start installing Console-tools you have to unpack the
|
|
console-tools-0.2.3.patch file.
|
|
</para>
|
|
|
|
<para>
|
|
Install Console-tools by running the following commands:
|
|
</para>
|
|
|
|
<blockquote><literallayout>
|
|
|
|
<userinput>patch -Np1 -i ../console-tools-0.2.3.patch
|
|
&&</userinput>
|
|
<userinput>./configure --prefix=/usr &&</userinput>
|
|
<userinput>make &&</userinput>
|
|
<userinput>make install &&</userinput>
|
|
<userinput>cd doc/man &&</userinput>
|
|
<userinput>mv consolechars.8.in consolechars.8
|
|
&&</userinput>
|
|
<userinput>cp *.1 /usr/share/man/man1 &&</userinput>
|
|
<userinput>cp *.4 /usr/share/man/man4 &&</userinput>
|
|
<userinput>cp *.5 /usr/share/man/man5 &&</userinput>
|
|
<userinput>cp *.8 /usr/share/man/man8</userinput>
|
|
|
|
</literallayout></blockquote>
|
|
|
|
</sect2>
|
|
|