mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 05:57:43 +00:00
19 lines
374 B
Plaintext
19 lines
374 B
Plaintext
|
<sect2>
|
||
|
<title>Installation of Mawk</title>
|
||
|
|
||
|
<para>
|
||
|
Install Mawk by running the following commands:
|
||
|
</para>
|
||
|
|
||
|
<blockquote><literallayout>
|
||
|
|
||
|
<userinput>./configure &&</userinput>
|
||
|
<userinput>make CFLAGS=-static &&</userinput>
|
||
|
<userinput>make BINDIR=$LFS/usr/bin \
|
||
|
MANDIR=$LFS/usr/share/man/man1 install</userinput>
|
||
|
|
||
|
</literallayout></blockquote>
|
||
|
|
||
|
</sect2>
|
||
|
|