diff options
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r-- | chapter06/ncurses-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 8a56f31e4..1aa80ec86 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -7,7 +7,7 @@ <para>Prepare Ncurses to be compiled:</para> -<para><screen><userinput>./configure --prefix=/usr --with-shared && +<para><screen><userinput>./configure --prefix=/usr --with-shared \ --without-debug</userinput></screen></para> <para>Continue with compiling the package:</para> |