2001-01-27 01:31:30 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Mawk</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install Mawk by running the following commands:</para>
|
2001-01-27 01:31:30 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para><screen><userinput>./configure &&</userinput>
|
2001-07-06 16:25:48 +01:00
|
|
|
<userinput>sed \</userinput>
|
2001-07-10 17:05:29 +01:00
|
|
|
<userinput> s/"\$(CC) \$(CFLAGS) -o"/"\$(CC) \$(CFLAGS) \$(LDFLAGS) -o"/ \</userinput>
|
2001-07-06 16:25:48 +01:00
|
|
|
<userinput> Makefile | make -f - LDFLAGS=-static && </userinput>
|
|
|
|
<userinput>make BINDIR=$LFS/usr/bin \</userinput>
|
2001-07-22 20:45:10 +01:00
|
|
|
<userinput> MANDIR=$LFS/usr/share/man/man1 install</userinput></screen></para>
|
2001-01-27 01:31:30 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|