Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

 

Introduction

 

Usage

module load misc/libarchive/3.3.1

 

Installation

module load compilers/autoconf-2.69
module load misc/openssl/1.0.2
module load gcc/4.9.3
module load library/zlib/1.2.11

cd /sw/misc/libarchive/3.3.1/src/libarchive-3.3.1

/bin/sh build/autogen.sh 2>&1 | tee autogenLog.txt
./configure --help 2>&1 | tee configureHelp.txt

#./configure --with-PACKAGE=/sw/library/zlib/1.2.11 --prefix=/sw/misc/libarchive/3.3.1 2>&1 | tee configureLog.txt
./configure --with-zlib --with-gnu-ld --with-bz2lib --with-iconv  --with-lzma --with-lz4 --with-openssl --with-expat --prefix=/sw/misc/libarchive/3.3.1 2>&1 | tee configureLog.txt

make 2>&1 | tee makeLog.txt
make install 2>&1 | tee makeInstall.txt


 

Reference

 

  • No labels