Skip to content
Snippets Groups Projects
Commit a703d2fe authored by Johannes Hoppe's avatar Johannes Hoppe Committed by Kenneth Reitz
Browse files

Update proj.4 to version 4.9.3 (#451)

parent e3044054
No related branches found
No related tags found
No related merge requests found
......@@ -10,14 +10,15 @@ hash -r
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
cd proj-4.8.0
./configure --prefix=$OUT_PREFIX --enable-static=no &&
pushd "proj-${VERSION}"
./configure --prefix=$OUT_PREFIX --enable-static=no
make
make install
# Cleanup
cd ..
popd
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