aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/procinfo-inst.xml
blob: 40a0030fc7c9cda7794b60338aa6abe1f89cd954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2>
<title>Installation of Procinfo</title>

<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 install</userinput></screen></para>

</sect2>