aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/texinfo-static-inst.sgml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-01-27 01:31:30 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-01-27 01:31:30 +0000
commitb82e8376a2bb0bbc992814c5730961844c3b4acd (patch)
tree48c8c30b4d99dac024416e0c5c73451419fee8d7 /chapter05/texinfo-static-inst.sgml
parent7b0620db93a83d382658e1c1dc081a18beeba2ae (diff)
Added static mawk, texinfo, gettext
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@46 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/texinfo-static-inst.sgml')
-rw-r--r--chapter05/texinfo-static-inst.sgml18
1 files changed, 18 insertions, 0 deletions
diff --git a/chapter05/texinfo-static-inst.sgml b/chapter05/texinfo-static-inst.sgml
new file mode 100644
index 000000000..34633361a
--- /dev/null
+++ b/chapter05/texinfo-static-inst.sgml
@@ -0,0 +1,18 @@
+<sect2>
+<title>Installation of Texinfo</title>
+
+<para>
+Install Texinfo 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</userinput>
+
+</literallayout></blockquote>
+
+</sect2>
+