Changeset 7788
- Timestamp:
- 04/08/11 12:04:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/googleearthtoolbox/install.sh
r7148 r7788 1 1 #!/bin/bash 2 3 #Get number of cpus on current platform4 NUMCPUS=$1;5 2 6 3 #Some cleanup 7 4 rm -rf install 8 5 9 #Create src and install directories10 mkdir install11 12 6 #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 7 svn checkout http://googleearthtoolbox.googlecode.com/svn/trunk/ install
Note:
See TracChangeset
for help on using the changeset viewer.