lfs/chapter05/mawk-static-inst.sgml
Gerard Beekmans b82e8376a2 Added static mawk, texinfo, gettext
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@46 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-01-27 01:31:30 +00:00

19 lines
374 B
Plaintext

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