source:
issm/trunk/externalpackages/angel/install.sh@
13395
Last change on this file since 13395 was 13395, checked in by , 12 years ago | |
---|---|
|
|
File size: 164 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | set -eu |
3 | |
4 | #Some cleanup |
5 | rm -rf angel |
6 | |
7 | #download |
8 | svn co -r 82 https://angellib.svn.sourceforge.net/svnroot/angellib/trunk angel |
9 | |
10 | #Compile |
11 | cd angel |
12 | make |
Note:
See TracBrowser
for help on using the repository browser.