Skip to content
Snippets Groups Projects
Commit 58ecbd8a authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

updated gdal version

parent 10eb3619
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment