2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para><userinput>--with-shared:</userinput> This enables the build of the
|
|
|
|
shared ncurses library files.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-10-24 20:02:40 +01:00
|
|
|
<para><userinput>chmod 755 /usr/lib/*.&ncurses-version;:</userinput> Shared
|
|
|
|
libraries should be executable. Ncurses's install routine doesn't set the
|
|
|
|
permissions properly so we do it manually instead.</para>
|
2001-08-25 19:08:36 +01:00
|
|
|
|
|
|
|
<para><userinput>ln -sf libncurses.a libcurses.a:</userinput> Some
|
2002-09-28 22:08:29 +01:00
|
|
|
programs try to link using -lcurses instead of -lncurses. This symlink
|
2001-08-29 20:29:31 +01:00
|
|
|
ensures that such programs will link without errors.</para>
|
2001-08-25 19:08:36 +01:00
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect2>
|
|
|
|
|