diff options
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r-- | chapter06/procps.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index c2329b2cb..9b81cc289 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -38,15 +38,20 @@ </sect2> <sect2 role="installation"> - <title>Installation of Procps</title> + <title>Installation of Procps</title> - <para>Compile the package:</para> + <para>Apply a patch to fix a unicoded related issue in the + <command>watch</command> program:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&procps-watch-patch;</userinput></screen> + + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> - <para>This package does not come with a test suite.</para> + <para>This package does not come with a test suite.</para> - <para>Install the package:</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |