git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
@@ -0,0 +1,11 @@
+<sect2>
+<title>Dependencies</title>
+
+<para>Gawk-&gawk-depversion; needs the following to be installed:</para>
+<literallayout>
+No dependencies checked yet
+</literallayout>
+</sect2>
@@ -0,0 +1,6 @@
+<sect2><title>Contents of gawk-&gawk-contversion;</title>
+<para>Not yet checked</para>
@@ -0,0 +1,7 @@
+<title>Official Download Location</title>
+<para><literallayout>Gawk (&gawk-version;):
+<ulink
+url="ftp://ftp.gnu.org/pub/gnu/gawk/">ftp://ftp.gnu.org/pub/gnu/gawk/</ulink></literallayout></para>
@@ -0,0 +1,10 @@
+<sect1 id="aa-gawk">
+<title>Gawk</title>
+<?dbhtml filename="gawk.html" dir="appendixa"?>
+&aa-gawk-down;
+&aa-gawk-desc;
+&aa-gawk-dep;
+</sect1>
@@ -0,0 +1,4 @@
+Gawk (&gawk-version;) - &gawk-size;:
+<ulink url="&ftp;/gawk&gawk-version;.tar.bz2">&ftp;/gawk&gawk-version;.tar.bz2</ulink>
+<ulink url="&http;/gawk&gawk-version;.tar.bz2">&http;/gawk&gawk-version;.tar.bz2</ulink>
+<title>Installation of Gawk</title>
+<para>Install Gawk by running the following commands:</para>
+<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &&
+make LDFLAGS=-static &&
+make install</userinput></screen></para>
@@ -0,0 +1,13 @@
+<sect1 id="ch05-gawk">
+<title>Installing Gawk-&gawk-version;</title>
+<?dbhtml filename="gawk.html" dir="chapter05"?>
+<screen>Estimated build time: &gawk-time-static;
+Estimated required disk space: &gawk-compsize-static;</screen>
+&c5-gawk-inst;
+<para><screen><userinput>./configure --prefix=/usr &&
+make &&
+<sect1 id="ch06-gawk">
+<?dbhtml filename="gawk.html" dir="chapter06"?>
+<screen>Estimated build time: &gawk-time;
+Estimated required disk space: &gawk-compsize;</screen>
+&c6-gawk-inst;