mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
18 lines
312 B
Plaintext
18 lines
312 B
Plaintext
|
<sect2>
|
||
|
<title>Installation of Procinfo</title>
|
||
|
|
||
|
<para>
|
||
|
Install Procinfo by running the following commands:
|
||
|
</para>
|
||
|
|
||
|
<blockquote><literallayout>
|
||
|
|
||
|
<userinput>sed "s/-ltermcap/-lncurses/" Makefile | make -f -
|
||
|
&&</userinput>
|
||
|
<userinput>make install</userinput>
|
||
|
|
||
|
</literallayout></blockquote>
|
||
|
|
||
|
</sect2>
|
||
|
|