blob: c9b8fd8d57716f301461b2ab5464006dbf638348 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<sect2><title> </title><para> </para></sect2>
<sect2>
<title>Installation of Procps</title>
<para>This package requires its patch to be applied before you can
install it. This patch fixes a locale problem that makes
<userinput>w</userinput> crash under certain locale settings. Apply
the patch:</para>
<para><screen><userinput>patch -Np1 -i ../procps-&procps-patch-version;.patch</userinput></screen></para>
<para>Compile Procps:</para>
<para><screen><userinput>make</userinput></screen></para>
<para>Finish installing the package:</para>
<para><screen><userinput>make install</userinput></screen></para>
</sect2>
|