aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/textutils-static-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/textutils-static-inst.sgml')
-rw-r--r--chapter05/textutils-static-inst.sgml19
1 files changed, 0 insertions, 19 deletions
diff --git a/chapter05/textutils-static-inst.sgml b/chapter05/textutils-static-inst.sgml
deleted file mode 100644
index 2fe91620c..000000000
--- a/chapter05/textutils-static-inst.sgml
+++ /dev/null
@@ -1,19 +0,0 @@
-<sect2>
-<title>Installation of Textutils</title>
-
-<para>
-Install Textutils by running the following commands:
-</para>
-
-<blockquote><literallayout>
-
- <userinput>./configure --prefix=$LFS/usr
- --disable-nls &amp;&amp;</userinput>
- <userinput>make LDFLAGS=-static &amp;&amp;</userinput>
- <userinput>make install &amp;&amp;</userinput>
- <userinput>mv $LFS/usr/bin/cat $LFS/bin</userinput>
-
-</literallayout></blockquote>
-
-</sect2>
-