blob: bb827be7fe8397b2c294eb1bba736c4458181816 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<sect2>
<title>Installation of Psmisc</title>
<para>
Install Psmisc by running the following commands:
</para>
<blockquote><literallayout>
<userinput>sed "s/-ltermcap/-lncurses/" Makefile | make -f -
&&</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>
</sect2>
|