aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gawk-inst.xml
blob: de807a84901eb5770c9f1245e22c2429c2572af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<sect2>
<title>Installation of Gawk</title>

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

<para><screen><userinput>cp awklib/Makefile.in awklib/Makefile.in.backup &amp;&amp;
sed -e '/^datadir/s/awk/gawk/' \
-e '/^libexecdir/s%/awk%%' awklib/Makefile.in.backup \
&nbsp;&nbsp;&nbsp;&gt; awklib/Makefile.in &amp;&amp;
./configure --prefix=/usr --libexecdir=/usr/bin &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>

</sect2>