Skip to content

Instantly share code, notes, and snippets.

@acrosby
Created May 15, 2013 16:23
Show Gist options
  • Save acrosby/5585243 to your computer and use it in GitHub Desktop.
Save acrosby/5585243 to your computer and use it in GitHub Desktop.
# Install spatialindex 1.7.0+
wget http://download.osgeo.org/libspatialindex/spatialindex-src-1.7.1.tar.gz
tar zxvf spatialindex-src-1.7.1.tar.gz
cd spatialindex-src-1.7.1
./configure
make -j 2
sudo make install
sudo ldconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment