diff options
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 60604be63..d3da0d7bd 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -53,7 +53,8 @@ <para>Prepare Ncurses for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --with-shared --without-debug --enable-widec</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --mandir=/usr/share/man --with-shared \ + --without-debug --enable-widec</userinput></screen> <variablelist> <title>The meaning of the configure option:</title> |