Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ericboehs/334834 to your computer and use it in GitHub Desktop.

Select an option

Save ericboehs/334834 to your computer and use it in GitHub Desktop.
cd
wget http://download.osgeo.org/geos/geos-3.2.0.tar.bz2
tar -xf geos-3.2.0.tar.bz2
cd geos-3.2.0
./configure
make
sudo make install
make check
sudo /sbin/ldconfig
cd ..
rm -rf geos-3.2.0*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment