blob: ecf3e6a7aecbd45f9d4886eb260391c418ffc2e2 (
plain)
1
2
3
4
5
6
7
8
9
|
<sect2>
<title>Command explanations</title>
<para><userinput>make LDLIBS=-lncurses :</userinput> This will use
-lncurses instead of -ltermcap when building procinfo. This is done
because libtermcap is declared obsolete in favor of libncurses.</para>
</sect2>
|