Last change
on this file since 24782 was 24782, checked in by Mathieu Morlighem, 5 years ago |
CHG: moved proj.4 to proj
|
-
Property svn:executable
set to
*
|
File size:
242 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 | set -eu
|
---|
3 |
|
---|
4 | #Some cleanup
|
---|
5 | rm -rf install
|
---|
6 |
|
---|
7 | #Download trunk
|
---|
8 | svn checkout http://svn.osgeo.org/metacrs/proj/trunk/proj install
|
---|
9 |
|
---|
10 | #compile
|
---|
11 | cd install
|
---|
12 | ./configure --prefix="$ISSM_DIR/externalpackages/proj/install"
|
---|
13 | make
|
---|
14 | make install
|
---|
15 | cd ..
|
---|
Note:
See
TracBrowser
for help on using the repository browser.