diff options
Diffstat (limited to 'chapter06')
-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 da9dabe69..82a9c23ba 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -16,12 +16,7 @@ handling of character screens.</para> <sect2> <title>Installation of Ncurses</title> -<para>Fix a minor problem related to the <filename>etip.h</filename> header -file:</para> - -<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;</userinput></screen> - -<para>Now prepare Ncurses for compilation:</para> +<para>Prepare Ncurses for compilation:</para> <screen><userinput>./configure --prefix=/usr --with-shared --without-debug</userinput></screen> |