From 5cbb1bf9fca20d189c432acb02bfd956766a9e56 Mon Sep 17 00:00:00 2001 From: Ruben Daniels Date: Thu, 5 Mar 2015 00:35:53 +0000 Subject: [PATCH] Fixes #24. Compiled ncurses without running the tests as suggested by @BadOPCode --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4c8e11d..3277ed9 100755 --- a/install.sh +++ b/install.sh @@ -220,7 +220,7 @@ compile_tmux(){ rm ncurses-5.9.tar.gz cd ncurses-5.9 echo ":Configuring Ncurses" - ./configure --prefix="$C9_DIR/local" --without-cxx + ./configure --prefix="$C9_DIR/local" --without-tests --without-cxx echo ":Compiling Ncurses" make echo ":Installing Ncurses"