source:
issm/oecreview/Archive/11491-11500/ISSM-11495-11496.diff@
11515
Last change on this file since 11515 was 11515, checked in by , 13 years ago | |
---|---|
File size: 1.4 KB |
-
TabularUnified proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/bsdtar/install-win7.sh
1 #!/bin/bash 2 3 #Some cleanup 4 rm -rf install src libarchive-3.0.3 5 mkdir install src 6 7 #Untar 8 tar -zxvf libarchive-3.0.3.tar.gz 9 10 #Move libarchive into src directory 11 mv libarchive-3.0.3/* src 12 rm -rf libarchive-3.0.3 13 14 cd src 15 ./configure --prefix="$ISSM_TIER/externalpackages/bsdtar/install" 16 make 17 make install
Note:
See TracBrowser
for help on using the repository browser.