diff options
Diffstat (limited to 'chapter8/ncurses.sh')
-rw-r--r-- | chapter8/ncurses.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter8/ncurses.sh b/chapter8/ncurses.sh index 2b82d69..d42cf49 100644 --- a/chapter8/ncurses.sh +++ b/chapter8/ncurses.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -e ./configure --prefix=/usr \ --mandir=/usr/share/man \ @@ -8,8 +7,8 @@ set -e --without-normal \ --enable-pc-files \ --enable-widec \ - --with-termlib \ - --disable-tic-depends && + --with-termlib \ + --disable-tic-depends && make && make -j1 install && |