|
Last change
on this file since 11101 was 11101, checked in by Mathieu Morlighem, 14 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:
282 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 |
|
|---|
| 3 | #Some cleanup
|
|---|
| 4 | rm -rf install libtool-2.2.6b src
|
|---|
| 5 | mkdir install
|
|---|
| 6 |
|
|---|
| 7 | #Untar
|
|---|
| 8 | tar -zxvf libtool-2.2.6b.tar.gz
|
|---|
| 9 |
|
|---|
| 10 | #Move libtool into src directory
|
|---|
| 11 | mv libtool-2.2.6b src
|
|---|
| 12 |
|
|---|
| 13 | #Compile libtool
|
|---|
| 14 | cd src
|
|---|
| 15 | ./configure --prefix="$ISSM_TIER/devpackages/libtool/install"
|
|---|
| 16 | make
|
|---|
| 17 | make install
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.