source: issm/oecreview/Archive/14312-15392/ISSM-15158-15159.diff@ 15393

Last change on this file since 15393 was 15393, checked in by Mathieu Morlighem, 12 years ago

NEW: adding Archive/14312-15392 for oecreview

File size: 742 bytes
  • TabularUnified ../trunk-jpl/externalpackages/proj.4/install.sh

     
     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.4/install"
     13make
     14make install
     15cd ..
Note: See TracBrowser for help on using the repository browser.