-clean-up before merge
This commit is contained in:
7
upgrade_geos.sh
Normal file
7
upgrade_geos.sh
Normal 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
|
||||
Reference in New Issue
Block a user