source: issm/trunk-jpl/externalpackages/proj/install.sh@ 24782

Last change on this file since 24782 was 24782, checked in by Mathieu Morlighem, 5 years ago

CHG: moved proj.4 to proj

  • Property svn:executable set to *
File size: 242 bytes
Line 
1#!/bin/bash
2set -eu
3
4#Some cleanup
5rm -rf install
6
7#Download trunk
8svn checkout http://svn.osgeo.org/metacrs/proj/trunk/proj install
9
10#compile
11cd install
12./configure --prefix="$ISSM_DIR/externalpackages/proj/install"
13make
14make install
15cd ..
Note: See TracBrowser for help on using the repository browser.