Commit a703d2fe authored by Johannes Hoppe's avatar Johannes Hoppe Committed by Kenneth Reitz

Update proj.4 to version 4.9.3 (#451)

parent e3044054
...@@ -10,14 +10,15 @@ hash -r ...@@ -10,14 +10,15 @@ hash -r
echo "Building gdal..." echo "Building gdal..."
SOURCE_TARBALL='http://download.osgeo.org/proj/proj-4.8.0.tar.gz' VERSION=4.9.3
SOURCE_TARBALL="http://download.osgeo.org/proj/proj-${VERSION}.tar.gz"
curl -L $SOURCE_TARBALL | tar zx curl -L $SOURCE_TARBALL | tar zx
cd proj-4.8.0 pushd "proj-${VERSION}"
./configure --prefix=$OUT_PREFIX --enable-static=no && ./configure --prefix=$OUT_PREFIX --enable-static=no
make make
make install make install
# Cleanup # Cleanup
cd .. popd
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