1
0
mirror of https://git.linuxfromscratch.org/lfs.git synced 2025-03-05 22:04:48 +00:00
lfs/chapter05/gawk-inst.xml

13 lines
346 B
XML
Raw Normal View History

<sect2>
<title>Installation of Gawk</title>
<para>Install Gawk by running the following commands:</para>
<para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=$LFS/static --disable-nls &amp;&amp;
make LDFLAGS="-static" &amp;&amp;
make install</userinput></screen></para>
</sect2>