aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-09 02:54:58 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-09 02:54:58 +0000
commit9602db22d842c6f5875f7ae3bb7b5de54dea1def (patch)
tree731b2c3424f1d8b305ec467de4f756f06d61c699 /chapter05
parentd7abb6865b4f4e08be3b17582ef64eb8dae1d379 (diff)
added gawk files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gawk-inst.xml11
-rw-r--r--chapter05/gawk.xml13
2 files changed, 24 insertions, 0 deletions
diff --git a/chapter05/gawk-inst.xml b/chapter05/gawk-inst.xml
new file mode 100644
index 000000000..893f73d35
--- /dev/null
+++ b/chapter05/gawk-inst.xml
@@ -0,0 +1,11 @@
+<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>
+
diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml
new file mode 100644
index 000000000..97fc91345
--- /dev/null
+++ b/chapter05/gawk.xml
@@ -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;
+&aa-gawk-desc;
+&aa-gawk-dep;
+
+</sect1>
+