diff options
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r-- | chapter06/ncurses-inst.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index c264776dc..0bac4e69b 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -3,6 +3,8 @@ <sect2> <title>Installation of Ncurses</title> +<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-etip.patch</userinput></screen></para> + <para>Prepare Ncurses to be compiled:</para> <para><screen><userinput>./configure --prefix=/usr --with-shared</userinput></screen></para> |