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