Skip to content

Instantly share code, notes, and snippets.

@ianfieldhouse
Created November 14, 2012 09:45
Show Gist options
  • Save ianfieldhouse/4071251 to your computer and use it in GitHub Desktop.
Save ianfieldhouse/4071251 to your computer and use it in GitHub Desktop.
GEOS on containers
cd $HOME/src
curl -O http://download.osgeo.org/geos/geos-3.3.5.tar.bz2
tar xvjf geos-3.3.5.tar.bz2
cd geos-3.3.5
./configure --disable-dependency-tracking --prefix=$HOME/local/stow/geos-3.3.5
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment