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 &&
cp Makefile.in Makefile.in.backup &&
sed -e '/^datadir/s/awk/gawk/' \
-e '/^libexecdir/s%/awk%%' Makefile.in.backup > Makefile.in &&
cd .. &&
./configure --prefix=/usr --libexecdir=/usr/bin &&
make &&
make install</userinput></screen></para>
</sect2>
|