mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
330c69c072
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
20 lines
416 B
Plaintext
20 lines
416 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 \</userinput>
|
|
<userinput> MANDIR=$LFS/usr/share/man/man1
|
|
install</userinput>
|
|
|
|
</literallayout></blockquote>
|
|
|
|
</sect2>
|
|
|