From c1ab1fe37ab87326e20918219928dc30e1ee9e70 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 18 Nov 2017 14:12:31 +0000 Subject: [PATCH] Add libncurses to deps --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 3dc5286..7f31080 100755 --- a/configure +++ b/configure @@ -17,8 +17,9 @@ fi sudo apt-get update $y cmd="sudo apt-get install $y \ build-essential \ -python-software-properties \ gfortran \ +libncurses5-dev \ +python-software-properties \ " if "$travis"; then cmd="$cmd \