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

Update geos to version 3.6.2 (#450)

parent 17f992a1
No related branches found
No related tags found
No related merge requests found
......@@ -10,14 +10,16 @@ hash -r
echo "Building geos..."
SOURCE_TARBALL='http://download.osgeo.org/geos/geos-3.4.3.tar.bz2'
VERSION=3.6.2
SOURCE_TARBALL="http://download.osgeo.org/geos/geos-${VERSION}.tar.bz2"
curl -L $SOURCE_TARBALL | tar xj
cd geos-3.4.3
pushd "geos-${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