source:
issm/oecreview/Archive/14312-15392/ISSM-15158-15159.diff@
15393
Last change on this file since 15393 was 15393, checked in by , 12 years ago | |
---|---|
File size: 742 bytes |
-
TabularUnified ../trunk-jpl/externalpackages/proj.4/install.sh
1 #!/bin/bash 2 set -eu 3 4 #Some cleanup 5 rm -rf install 6 7 #Download trunk 8 svn checkout http://svn.osgeo.org/metacrs/proj/trunk/proj install 9 10 #compile 11 cd install 12 ./configure --prefix="$ISSM_DIR/externalpackages/proj.4/install" 13 make 14 make install 15 cd ..
Note:
See TracBrowser
for help on using the repository browser.