Changeset 22032
- Timestamp:
- 08/31/17 09:28:58 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/autotools/install-win.sh
r22029 r22032 6 6 7 7 export PATH="$ISSM_DIR/externalpackages/autotools/install/bin:$PATH" 8 9 #install m410 echo " === INSTALLING M4 =="11 rm -rf src12 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/m4-1.4.17.tar.gz' 'm4-1.4.17.tar.gz'13 tar -zxvf m4-1.4.17.tar.gz14 mv m4-1.4.17 src15 cd src16 ./configure --prefix="$ISSM_DIR/externalpackages/autotools/install"17 make18 make install19 cd ..20 8 21 9 #install autoconf
Note:
See TracChangeset
for help on using the changeset viewer.