|
@@ -20,5 +20,10 @@ properly so we do it manaully instead.</para>
|
|
|
programs try to link using -lcurses instead of -lncurses. This symlink
|
|
|
ensures that they will install correctly.</para>
|
|
|
|
|
|
+<para><userinput>ln -sf ../../lib/libncurses.so:</userinput> This link
|
|
|
+is created because if it isn't, the linker will not find the dynamic
|
|
|
+library when linking and so link all programs with the static ncurses
|
|
|
+library.</para>
|
|
|
+
|
|
|
</sect2>
|
|
|
|