Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

 

Introduction

 

Usage

No Format
module load misc/curl/7.54.0

 

Installation

No Format
curl

##./configure --enable-ldap --enable-ldaps --with-ca-path=/etc/pki/tls/certs --prefix=/sw/misc/curl/7.54.0 2>&1 | tee configureLog.txt

./configure --without-ca-bundle --without-ca-path   --prefix=/sw/misc/curl/7.54.0 2>&1 | tee configureLog.txt

make 2>&1 | tee makelog.txt

make install 2>&1 | tee makeInstall.txt


...