mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
28acf75556
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
32 lines
669 B
XML
32 lines
669 B
XML
<sect1 id="ch06-procps">
|
|
<title>Installing Procps-&procps-version;</title>
|
|
<?dbhtml filename="procps.html" dir="chapter06"?>
|
|
|
|
<screen>Estimated build time: &procps-time;
|
|
Estimated required disk space: &procps-compsize;</screen>
|
|
|
|
&aa-procps-shortdesc;
|
|
&aa-procps-dep;
|
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of Procps</title>
|
|
|
|
<para>Compile Procps:</para>
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
|
|
<para>Install it:</para>
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
<para>And remove a spurious library link:</para>
|
|
|
|
<screen><userinput>rm /lib/libproc.so</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|