Last change
on this file since 11427 was 11101, checked in by Mathieu Morlighem, 13 years ago |
Changing the way externalpackages are installed: one script per version and per platform if necessary. The goal is to make the installation process more userfriendly
|
-
Property svn:executable
set to
*
|
File size:
287 bytes
|
Rev | Line | |
---|
[18] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
| 3 | #Some cleanup
|
---|
[11101] | 4 | rm -rf install automake-1.10.2 src
|
---|
[18] | 5 |
|
---|
| 6 | #Create install directories
|
---|
| 7 | mkdir install
|
---|
| 8 |
|
---|
| 9 | #Untar
|
---|
[11101] | 10 | tar -zxvf automake-1.10.2.tar.gz
|
---|
| 11 | mv automake-1.10.2 src
|
---|
[18] | 12 |
|
---|
| 13 | #Compile automake
|
---|
| 14 | cd src
|
---|
[10862] | 15 | ./configure --prefix="$ISSM_TIER/externalpackages/automake/install"
|
---|
[18] | 16 | make
|
---|
| 17 | make install
|
---|
Note:
See
TracBrowser
for help on using the repository browser.