procps-inst.xml 463 B

12345678910111213141516
  1. <sect2>
  2. <title>Installation of Procps</title>
  3. <para>This package requires its patch to be applied before you can
  4. install it. Make sure it's unpacked before running the installation
  5. commands.</para>
  6. <para>Install Procps by running the following commands:</para>
  7. <para><screen><userinput>patch -Np1 -i ../procps-&procps-patch-version;.patch &amp;&amp;
  8. make &amp;&amp;
  9. make XSCPT="" install &amp;&amp;
  10. mv /usr/bin/kill /bin</userinput></screen></para>
  11. </sect2>