mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
7b0620db93
commit
b82e8376a2
19
chapter05/gettext-static-inst.sgml
Normal file
19
chapter05/gettext-static-inst.sgml
Normal 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 &&</userinput>
|
||||||
|
<userinput>cd src &&</userinput>
|
||||||
|
<userinput>make LDFLAGS=-all-static msgfmt &&</userinput>
|
||||||
|
<userinput>cp msgfmt $LFS/usr/bin</userinput>
|
||||||
|
|
||||||
|
</literallayout></blockquote>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
8
chapter05/gettext-static.sgml
Normal file
8
chapter05/gettext-static.sgml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<sect1 id="ch05-gettext">
|
||||||
|
<title>Installing Gettext</title>
|
||||||
|
|
||||||
|
&c5-pp-gettext-inst;
|
||||||
|
&aa-gettext-desc;
|
||||||
|
|
||||||
|
</sect1>
|
||||||
|
|
18
chapter05/mawk-static-inst.sgml
Normal file
18
chapter05/mawk-static-inst.sgml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<sect2>
|
||||||
|
<title>Installation of Mawk</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Install Mawk by running the following commands:
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<blockquote><literallayout>
|
||||||
|
|
||||||
|
<userinput>./configure &&</userinput>
|
||||||
|
<userinput>make CFLAGS=-static &&</userinput>
|
||||||
|
<userinput>make BINDIR=$LFS/usr/bin \
|
||||||
|
MANDIR=$LFS/usr/share/man/man1 install</userinput>
|
||||||
|
|
||||||
|
</literallayout></blockquote>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
8
chapter05/mawk-static.sgml
Normal file
8
chapter05/mawk-static.sgml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<sect1 id="ch05-mawk">
|
||||||
|
<title>Installing Mawk</title>
|
||||||
|
|
||||||
|
&c5-pp-mawk-inst;
|
||||||
|
&aa-mawk-desc;
|
||||||
|
|
||||||
|
</sect1>
|
||||||
|
|
18
chapter05/texinfo-static-inst.sgml
Normal file
18
chapter05/texinfo-static-inst.sgml
Normal 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 &&</userinput>
|
||||||
|
<userinput>make LDFLAGS=-static &&</userinput>
|
||||||
|
<userinput>make install</userinput>
|
||||||
|
|
||||||
|
</literallayout></blockquote>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
8
chapter05/texinfo-static.sgml
Normal file
8
chapter05/texinfo-static.sgml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<sect1 id="ch05-texinfo">
|
||||||
|
<title>Installing Texinfo</title>
|
||||||
|
|
||||||
|
&c5-pp-texinfo-inst;
|
||||||
|
&aa-texinfo-desc;
|
||||||
|
|
||||||
|
</sect1>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user