source: issm/trunk/externalpackages/angel/install.sh

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

merged trunk-jpl and trunk for revision 13393

  • Property svn:executable set to *
File size: 164 bytes
Line 
1#!/bin/bash
2set -eu
3
4#Some cleanup
5rm -rf angel
6
7#download
8svn co -r 82 https://angellib.svn.sourceforge.net/svnroot/angellib/trunk angel
9
10#Compile
11cd angel
12make
Note: See TracBrowser for help on using the repository browser.