diff options
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 8cc9008d1..9c194834b 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -13,14 +13,10 @@ Estimated required disk space: &ncurses-compsize;</screen> <sect2> <title>Installation of Ncurses</title> -<para>First fix two tiny bugs:</para> +<para>Fix a minor problem related to the <filename>etip.h</filename> header +file:</para> -<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch; -patch -Np1 -i ../&ncurses-vsscanf-patch;</userinput></screen> - -<para>The first patch corrects the <filename>etip.h</filename> header file, and -the second patch prevents some compiler warnings on the use of deprecated -headers.</para> +<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;</userinput></screen> <para>Now prepare Ncurses for compilation:</para> |