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/texinfo-static-inst.sgml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 chapter05/texinfo-static-inst.sgml (limited to 'chapter05/texinfo-static-inst.sgml') diff --git a/chapter05/texinfo-static-inst.sgml b/chapter05/texinfo-static-inst.sgml new file mode 100644 index 000000000..34633361a --- /dev/null +++ b/chapter05/texinfo-static-inst.sgml @@ -0,0 +1,18 @@ + +Installation of Texinfo + + +Install Texinfo by running the following commands: + + +
+ + ./configure --prefix=$LFS/usr + --disable-nls && + make LDFLAGS=-static && + make install + +
+ +
+ -- cgit v1.2.3-54-g00ecf