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 &&
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 &&
make &&
make install</userinput></screen></para>
</sect2>
|