Custom RTree wrapper. FlatCAMRTree and FlatCAMRTreeStorage.

This commit is contained in:
Juan Pablo Caram
2014-12-28 18:06:54 -05:00
parent f528a07751
commit e547386649
3 changed files with 127 additions and 5 deletions

7
upgrade_geos.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
wget http://download.osgeo.org/geos/geos-3.4.2.tar.bz2
tar xjvf geos-3.4.2.tar.bz2
cd geos-3.4.2
./configure --prefix=/usr
make
make install