diff options
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index c82bfa5e0..ed4ff2560 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -41,11 +41,6 @@ <sect2 role="installation"> <title>Installation of Ncurses</title> - <para>First, apply a patch to prevent a build failure - when building with GCC 5:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&ncurses-gcc5-buildfixes-patch;</userinput></screen> - <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> @@ -113,7 +108,7 @@ <filename class="directory">/lib</filename> directory, where they are expected to reside:</para> -<screen><userinput remap="install">mv -v /usr/lib/libncursesw.so.5* /lib</userinput></screen> +<screen><userinput remap="install">mv -v /usr/lib/libncursesw.so.6* /lib</userinput></screen> <para>Because the libraries have been moved, one symlink points to a non-existent file. Recreate it:</para> |