Skip to content

Commit

Permalink
Add libncurses to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Nov 18, 2017
1 parent 5d8cca1 commit c1ab1fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure
Expand Up @@ -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 \
Expand Down

0 comments on commit c1ab1fe

Please sign in to comment.