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

Last change on this file since 11237 was 11237, checked in by Eric.Larour, 13 years ago

merged trunk-jpl and trunk for revision 11236

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