Changeset 7788


Ignore:
Timestamp:
04/08/11 12:04:21 (14 years ago)
Author:
Mathieu Morlighem
Message:

simpler install script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/googleearthtoolbox/install.sh

    r7148 r7788  
    11#!/bin/bash
    2 
    3 #Get number of cpus on current platform
    4 NUMCPUS=$1;
    52
    63#Some cleanup
    74rm -rf install 
    85
    9 #Create src and install directories
    10 mkdir install
    11 
    126#Download code:
    13 svn checkout http://googleearthtoolbox.googlecode.com/svn/trunk/ googleearthtoolbox-read-only
    14 
    15 #mv to install
    16 mv googleearthtoolbox-read-only/* install
    17 rm -rf googleearthtoolbox-read-only
     7svn checkout http://googleearthtoolbox.googlecode.com/svn/trunk/ install
Note: See TracChangeset for help on using the changeset viewer.