aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/mawk-static-inst.sgml
blob: 64347744ebfcc17cb56ea24d35987c019e086e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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 \</userinput>
	<userinput>&nbsp;&nbsp;&nbsp;MANDIR=$LFS/usr/share/man/man1
		install</userinput>

</literallayout></blockquote>

</sect2>