diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 03:56:38 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 03:56:38 +0000 |
commit | 97871b773d8a2ca20b0a7f329604863f0b9f6c96 (patch) | |
tree | 3ac13f6c8c3114bdd855635d8bc6cde5bcbf31ae /chapter06 | |
parent | 131dd6c59b6100100bdd09aaf9e3463834f65fc2 (diff) |
Procinfo conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2371 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/procinfo-inst.xml | 15 | ||||
-rw-r--r-- | chapter06/procinfo.xml | 5 |
2 files changed, 14 insertions, 6 deletions
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 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Procinfo</title> -<para>Install Procinfo by running the following commands:</para> +<para>Compile Procinfo:</para> + +<para><screen><userinput>make LDLIBS=-lncurses</userinput></screen></para> + +<para>The <emphasis>-lncurses</emphasis> switch overwrites the +default switch, <emphasis>-ltermcap</emphasis>. This is done +because libtermcap is declared obsolete in favor of libncurses.</para> + +<para>Finish installing the package:</para> -<para><screen><userinput>make LDLIBS=-lncurses && -make install</userinput></screen></para> +<para><screen><userinput>make install</userinput></screen></para> </sect2> 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 @@ <screen>Estimated build time: &procinfo-time; Estimated required disk space: &procinfo-compsize;</screen> -&c6-procinfo-inst; -&c6-procinfo-exp; -&aa-procinfo-desc; +&aa-procinfo-shortdesc; &aa-procinfo-dep; +&c6-procinfo-inst; </sect1> |