diff options
Diffstat (limited to 'chapter05/ncurses.xml')
-rw-r--r-- | chapter05/ncurses.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index f956dbaf8..e274cc5c2 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -13,12 +13,7 @@ <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=/tools --with-shared \ --without-debug --without-ada --enable-overwrite</userinput></screen> |