diff --git a/install_shapelib.sh b/install_shapelib.sh new file mode 100755 index 0000000..0f959ae --- /dev/null +++ b/install_shapelib.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +wget "http://dl.maptools.org/dl/shapelib/?file=shapelib-1.2.10.tar.gz&ACTION=Download" -O shapelib-1.2.10.tar.gz +wget http://ftp.intevation.de/users/bh/pyshapelib/pyshapelib-0.3.tar.gz +tar xf shapelib-1.2.10.tar.gz +tar -C shapelib-1.2.10 -xf pyshapelib-0.3.tar.gz +cd shapelib-1.2.10/pyshapelib-0.3 +python setup.py build +python setup.py install