aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/procinfo-inst.xml
blob: 97d5ae31754c347ce7df9ce05b806607840bf1bd (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>And install the package:</para>

<para><screen><userinput>make install</userinput></screen></para>

</sect2>