diff options
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r-- | chapter06/ncurses-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 26b9cb05c..226d0392a 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -3,7 +3,8 @@ <para>Install Ncurses by running the following commands:</para> -<para><screen><userinput>./configure --prefix=/usr --libdir=/lib \ +<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-patch && +./configure --prefix=/usr --libdir=/lib \ --with-shared --disable-termcap && make && make install && |