aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/procinfo-inst.xml
blob: dde3916cb5033ed96c487528f08fe9eed4e94abe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<sect2>
<title>Installation of Procinfo</title>

<para>
Install Procinfo by running the following commands:
</para>

<para>
<screen>
<userinput>sed "s/-ltermcap/-lncurses/" Makefile | make -f - &amp;&amp;</userinput>
<userinput>make install</userinput>
</screen>
</para>

</sect2>