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, 19 insertions, 0 deletions
diff --git a/chapter05/textutils-static-inst.sgml b/chapter05/textutils-static-inst.sgml
new file mode 100644
index 000000000..2fe91620c
--- /dev/null
+++ b/chapter05/textutils-static-inst.sgml
@@ -0,0 +1,19 @@
+<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>
+