lfs/chapter05/gawk-inst.xml
Gerard Beekmans 9602db22d8 added gawk files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-03-09 02:54:58 +00:00

12 lines
271 B
XML

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