Last change
on this file since 15393 was 15393, checked in by Mathieu Morlighem, 12 years ago |
NEW: adding Archive/14312-15392 for oecreview
|
File size:
742 bytes
|
Rev | Line | |
---|
[15393] | 1 | Index: ../trunk-jpl/externalpackages/proj.4/install.sh
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/externalpackages/proj.4/install.sh (revision 0)
|
---|
| 4 | +++ ../trunk-jpl/externalpackages/proj.4/install.sh (revision 15159)
|
---|
| 5 | @@ -0,0 +1,15 @@
|
---|
| 6 | +#!/bin/bash
|
---|
| 7 | +set -eu
|
---|
| 8 | +
|
---|
| 9 | +#Some cleanup
|
---|
| 10 | +rm -rf install
|
---|
| 11 | +
|
---|
| 12 | +#Download trunk
|
---|
| 13 | +svn checkout http://svn.osgeo.org/metacrs/proj/trunk/proj install
|
---|
| 14 | +
|
---|
| 15 | +#compile
|
---|
| 16 | +cd install
|
---|
| 17 | +./configure --prefix="$ISSM_DIR/externalpackages/proj.4/install"
|
---|
| 18 | +make
|
---|
| 19 | +make install
|
---|
| 20 | +cd ..
|
---|
| 21 |
|
---|
| 22 | Property changes on: ../trunk-jpl/externalpackages/proj.4/install.sh
|
---|
| 23 | ___________________________________________________________________
|
---|
| 24 | Added: svn:executable
|
---|
| 25 | ## -0,0 +1 ##
|
---|
| 26 | +*
|
---|
| 27 | \ No newline at end of property
|
---|
Note:
See
TracBrowser
for help on using the repository browser.