aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/ncurses.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/ncurses.xml')
-rw-r--r--chapter08/ncurses.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter08/ncurses.xml b/chapter08/ncurses.xml
index d0036c7de..53527003d 100644
--- a/chapter08/ncurses.xml
+++ b/chapter08/ncurses.xml
@@ -41,10 +41,6 @@
<sect2 role="installation">
<title>Installation of Ncurses</title>
- <para>Don't install a static library that is not handled by configure:</para>
-
-<screen><userinput remap="pre">sed -i '/LIBTOOL_INSTALL/d' c++/Makefile.in</userinput></screen>
-
<para>Prepare Ncurses for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
@@ -133,6 +129,10 @@ done</userinput></screen>
echo "INPUT(-lncursesw)" &gt; /usr/lib/libcursesw.so
ln -sfv libncurses.so /usr/lib/libcurses.so</userinput></screen>
+ <para>Remove a static library that is not handled by configure:</para>
+
+<screen><userinput remap="install">rm -fv /usr/lib/libncurses++w.a</userinput></screen>
+
<para>If desired, install the Ncurses documentation:</para>
<screen><userinput remap="install">mkdir -v /usr/share/doc/ncurses-&ncurses-version;
@@ -188,7 +188,6 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
libformw.so,
libmenuw.so,
libncursesw.so,
- libncurses++w.a,
libpanelw.so, and their non-wide-character counterparts without "w"
in the library names.</seg>
<seg>