From b82e8376a2bb0bbc992814c5730961844c3b4acd Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 27 Jan 2001 01:31:30 +0000 Subject: Added static mawk, texinfo, gettext git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@46 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/mawk-static-inst.sgml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 chapter05/mawk-static-inst.sgml (limited to 'chapter05/mawk-static-inst.sgml') diff --git a/chapter05/mawk-static-inst.sgml b/chapter05/mawk-static-inst.sgml new file mode 100644 index 000000000..b6c5413e9 --- /dev/null +++ b/chapter05/mawk-static-inst.sgml @@ -0,0 +1,18 @@ + +Installation of Mawk + + +Install Mawk by running the following commands: + + +
+ + ./configure && + make CFLAGS=-static && + make BINDIR=$LFS/usr/bin \ + MANDIR=$LFS/usr/share/man/man1 install + +
+ +
+ -- cgit v1.2.3-54-g00ecf