Commit 58ecbd8a authored by Kenneth Reitz's avatar Kenneth Reitz

updated gdal version

parent 10eb3619
...@@ -10,11 +10,11 @@ hash -r ...@@ -10,11 +10,11 @@ hash -r
echo "Building gdal..." echo "Building gdal..."
SOURCE_TARBALL='http://download.osgeo.org/gdal/1.11.0/gdal-1.11.0.tar.gz' SOURCE_TARBALL='http://download.osgeo.org/gdal/1.11.1/gdal-1.11.1.tar.gz'
curl -L $SOURCE_TARBALL | tar zx curl -L $SOURCE_TARBALL | tar zx
cd gdal-1.11.0 cd gdal-1.11.1
./configure --prefix=$OUT_PREFIX && ./configure --prefix=$OUT_PREFIX &&
make make
make install make install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment