12345678910111213 |
- <sect2>
- <title>Installation of Textutils</title>
- <para>Install Textutils by running the following commands:</para>
- <para><screen><userinput>./configure --prefix=$LFS/usr \
- --disable-nls &&
- make LDFLAGS=-static &&
- make install &&
- mv $LFS/usr/bin/{cat,head} $LFS/bin</userinput></screen></para>
- </sect2>
|