|
@@ -7,7 +7,8 @@
|
|
|
|
|
|
<para>Prepare Ncurses to be compiled:</para>
|
|
|
|
|
|
-<para><screen><userinput>./configure --prefix=/usr --with-shared</userinput></screen></para>
|
|
|
+<para><screen><userinput>./configure --prefix=/usr --with-shared &&
|
|
|
+ --without-debug</userinput></screen></para>
|
|
|
|
|
|
<para>Continue with compiling the package:</para>
|
|
|
|
|
@@ -30,8 +31,7 @@ where they're expected to reside:</para>
|
|
|
<filename>/lib</filename>, a few symlinks are currently pointing
|
|
|
towards non-existing files. Recreate those symlinks:</para>
|
|
|
|
|
|
-<para><screen><userinput>ln -sf libncurses.a /usr/lib/libcurses.a &&
|
|
|
-ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so &&
|
|
|
-ln -sf ../../lib/libncurses.so.5 /usr/lib/libcurses.so</userinput></screen></para>
|
|
|
+<para><screen><userinput>ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so &&
|
|
|
+ln -sf libncurses.so /usr/lib/libcurses.so</userinput></screen></para>
|
|
|
</sect2>
|
|
|
|