Added static mawk, texinfo, gettext

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@46 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-01-27 01:31:30 +00:00
parent 7b0620db93
commit b82e8376a2
6 changed files with 79 additions and 0 deletions

View File

@ -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>

View File

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

View File

@ -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>

View File

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

View File

@ -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>

View File

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