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

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

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

</sect2>