diff options
Diffstat (limited to 'chapter05/mawk-inst.xml')
-rw-r--r-- | chapter05/mawk-inst.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/chapter05/mawk-inst.xml b/chapter05/mawk-inst.xml new file mode 100644 index 000000000..64347744e --- /dev/null +++ b/chapter05/mawk-inst.xml @@ -0,0 +1,19 @@ +<sect2> +<title>Installation of Mawk</title> + +<para> +Install Mawk by running the following commands: +</para> + +<blockquote><literallayout> + + <userinput>./configure &&</userinput> + <userinput>make CFLAGS=-static &&</userinput> + <userinput>make BINDIR=$LFS/usr/bin \</userinput> + <userinput> MANDIR=$LFS/usr/share/man/man1 + install</userinput> + +</literallayout></blockquote> + +</sect2> + |