From 38d49e205cc0e303ef321a17fb07593a7601f39e Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Thu, 25 Feb 2016 15:29:41 -0500 Subject: [PATCH] add libgeotiff-dev Former-commit-id: 08f0123410c01ef52c309952ff66e00c7b4e99ec --- configure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.sh b/configure.sh index 1bb81778..e3ed2de9 100644 --- a/configure.sh +++ b/configure.sh @@ -26,6 +26,7 @@ sudo apt-get install build-essential \ git \ python-pip \ libgdal-dev \ + libgeotiff-dev \ pkg-config -y if [ $? -ne 0 ] then