-clean-up before merge

This commit is contained in:
Marius Stanciu
2019-01-03 21:20:54 +02:00
committed by Marius S
parent 46454c293a
commit 421e9766ea
180 changed files with 0 additions and 21061 deletions

View File

@@ -1,7 +0,0 @@
#!/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