install_shapelib script
This commit is contained in:
parent
96527c801d
commit
bc4b0a5d81
9
install_shapelib.sh
Executable file
9
install_shapelib.sh
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user