Parcourir la source

Added static mawk, texinfo, gettext

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@46 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans il y a 24 ans
Parent
commit
b82e8376a2

+ 19 - 0
chapter05/gettext-static-inst.sgml

@@ -0,0 +1,19 @@
+<sect2>
+<title>Installation of Gettext</title>
+
+<para>
+Install Gettext by running the following commands:
+</para>
+
+<blockquote><literallayout>
+
+	<userinput>./configure --prefix=$LFS/usr 
+		--disable-nls &amp;&amp;</userinput>
+	<userinput>cd src &amp;&amp;</userinput>
+	<userinput>make LDFLAGS=-all-static msgfmt &amp;&amp;</userinput>
+	<userinput>cp msgfmt $LFS/usr/bin</userinput>
+
+</literallayout></blockquote>
+
+</sect2>
+

+ 8 - 0
chapter05/gettext-static.sgml

@@ -0,0 +1,8 @@
+<sect1 id="ch05-gettext">
+<title>Installing Gettext</title>
+
+&c5-pp-gettext-inst;
+&aa-gettext-desc;
+
+</sect1>
+

+ 18 - 0
chapter05/mawk-static-inst.sgml

@@ -0,0 +1,18 @@
+<sect2>
+<title>Installation of Mawk</title>
+
+<para>
+Install Mawk by running the following commands:
+</para>
+
+<blockquote><literallayout>
+
+	<userinput>./configure &amp;&amp;</userinput>
+	<userinput>make CFLAGS=-static &amp;&amp;</userinput>
+	<userinput>make BINDIR=$LFS/usr/bin \
+		MANDIR=$LFS/usr/share/man/man1 install</userinput>
+
+</literallayout></blockquote>
+
+</sect2>
+

+ 8 - 0
chapter05/mawk-static.sgml

@@ -0,0 +1,8 @@
+<sect1 id="ch05-mawk">
+<title>Installing Mawk</title>
+
+&c5-pp-mawk-inst;
+&aa-mawk-desc;
+
+</sect1>
+

+ 18 - 0
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>
+

+ 8 - 0
chapter05/texinfo-static.sgml

@@ -0,0 +1,8 @@
+<sect1 id="ch05-texinfo">
+<title>Installing Texinfo</title>
+
+&c5-pp-texinfo-inst;
+&aa-texinfo-desc;
+
+</sect1>
+