mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-01 11:52:31 +00:00
19 lines
385 B
XML
19 lines
385 B
XML
|
<sect2>
|
||
|
<title>Installation of Textutils</title>
|
||
|
|
||
|
<para>
|
||
|
Install Textutuils by running the following commands:
|
||
|
</para>
|
||
|
|
||
|
<blockquote><literallayout>
|
||
|
|
||
|
<userinput>./configure --prefix=/usr &&</userinput>
|
||
|
<userinput>make &&</userinput>
|
||
|
<userinput>make install &&</userinput>
|
||
|
<userinput>mv /usr/bin/cat /bin</userinput>
|
||
|
|
||
|
</literallayout></blockquote>
|
||
|
|
||
|
</sect2>
|
||
|
|