mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 05:57:43 +00:00
b82e8376a2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@46 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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>
|
|
|