From 97871b773d8a2ca20b0a7f329604863f0b9f6c96 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Fri, 17 Jan 2003 03:56:38 +0000 Subject: Procinfo conversion. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2371 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/procinfo-inst.xml | 15 ++++++++++++--- chapter06/procinfo.xml | 5 ++--- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'chapter06') diff --git a/chapter06/procinfo-inst.xml b/chapter06/procinfo-inst.xml index fde7a6653..40a0030fc 100644 --- a/chapter06/procinfo-inst.xml +++ b/chapter06/procinfo-inst.xml @@ -1,10 +1,19 @@ +   + Installation of Procinfo -Install Procinfo by running the following commands: +Compile Procinfo: + +make LDLIBS=-lncurses + +The -lncurses switch overwrites the +default switch, -ltermcap. This is done +because libtermcap is declared obsolete in favor of libncurses. + +Finish installing the package: -make LDLIBS=-lncurses && -make install +make install diff --git a/chapter06/procinfo.xml b/chapter06/procinfo.xml index 729110829..70eabfca6 100644 --- a/chapter06/procinfo.xml +++ b/chapter06/procinfo.xml @@ -5,9 +5,8 @@ Estimated build time: &procinfo-time; Estimated required disk space: &procinfo-compsize; -&c6-procinfo-inst; -&c6-procinfo-exp; -&aa-procinfo-desc; +&aa-procinfo-shortdesc; &aa-procinfo-dep; +&c6-procinfo-inst; -- cgit v1.2.3-54-g00ecf