mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-01 11:52:31 +00:00
b08f409653
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
18 lines
308 B
XML
18 lines
308 B
XML
<sect2>
|
|
<title>Installation of Psmisc</title>
|
|
|
|
<para>
|
|
Install Psmisc by running the following commands:
|
|
</para>
|
|
|
|
<blockquote><literallayout>
|
|
|
|
<userinput>sed "s/-ltermcap/-lncurses/" Makefile | make -f -
|
|
&&</userinput>
|
|
<userinput>make install</userinput>
|
|
|
|
</literallayout></blockquote>
|
|
|
|
</sect2>
|
|
|