2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Textutils</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install Textutils by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput>
|
2001-07-06 16:25:48 +01:00
|
|
|
<userinput>make LDFLAGS=-static &&</userinput>
|
|
|
|
<userinput>make install &&</userinput>
|
2001-08-29 14:19:58 +01:00
|
|
|
<userinput>mv $LFS/usr/bin/cat $LFS/bin</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|