source: issm/oecreview/Archive/11491-11500/ISSM-11495-11496.diff@ 11515

Last change on this file since 11515 was 11515, checked in by Eric.Larour, 13 years ago

Oecreview up to 11509

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
     4rm -rf install src libarchive-3.0.3
     5mkdir install src
     6
     7#Untar
     8tar -zxvf  libarchive-3.0.3.tar.gz
     9
     10#Move libarchive into src directory
     11mv libarchive-3.0.3/* src
     12rm -rf libarchive-3.0.3
     13
     14cd src
     15./configure --prefix="$ISSM_TIER/externalpackages/bsdtar/install"
     16make
     17make install
Note: See TracBrowser for help on using the repository browser.