Skip to content

Instantly share code, notes, and snippets.

@nbren12
Created July 11, 2014 19:37
Show Gist options
  • Save nbren12/6b16e4b175508cf2f23b to your computer and use it in GitHub Desktop.
Save nbren12/6b16e4b175508cf2f23b to your computer and use it in GitHub Desktop.
Install GEOS
wget http://download.osgeo.org/geos/geos-3.4.2.tar.bz2
tar xjf geos-3.4.2.tar.bz2
cd geos-3.4.2
./configure --prefix=$HOME/usr --enable-python
make -j2
make install
@LZHHHTBNO
Copy link

i can not do it with ' SWIG is disabled, can't build geos_wrap.cxx '
could you help me thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment