aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/mawk-inst.xml
blob: 030c4b9fcdd631e19bc72b7a84eb7017f84c9564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<sect2>
<title>Installation of Mawk</title>

<para>Install Mawk by running the following commands:</para>

<para><screen><userinput>./configure &amp;&amp;
make CC="gcc -static" &amp;&amp;
make BINDIR=$LFS/usr/bin \
&nbsp;&nbsp;&nbsp;MANDIR=$LFS/usr/share/man/man1 install</userinput></screen></para>

</sect2>