aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gawk-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gawk-inst.xml')
-rw-r--r--chapter05/gawk-inst.xml11
1 files changed, 11 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>
+