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