mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
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>
|
||
|
|