aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gawk-inst.xml
blob: c6d4a6067b4b1843d7958e7e120b595556886c4c (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 &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>

</sect2>