From 7834b111e3e85f549915308477690205c8f5c4d7 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Thu, 25 Feb 2016 15:26:58 -0500 Subject: [PATCH] add libgdal-dev --- configure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.sh b/configure.sh index 4e8fe8e8..1bb81778 100644 --- a/configure.sh +++ b/configure.sh @@ -25,6 +25,7 @@ sudo apt-get install build-essential \ cmake \ git \ python-pip \ + libgdal-dev \ pkg-config -y if [ $? -ne 0 ] then