diff options
author | Richard Levitte <levitte@openssl.org> | 2016-03-23 23:04:32 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-03-24 00:36:03 +0100 |
commit | 667c6bfe18bc29129e88e7cc6d662e4ce78cee84 (patch) | |
tree | 82e5466920fdbc57cdc80338bcb88efff3e27ad6 /INSTALL | |
parent | VMS: update the properties of symbol search (diff) | |
download | openssl-667c6bfe18bc29129e88e7cc6d662e4ce78cee84.tar.xz openssl-667c6bfe18bc29129e88e7cc6d662e4ce78cee84.zip |
Adjust some default installation directories
- on VMS, SYS$COMMON:[SSL] is already used as installation directory
by HP SSL, so we make our default for --openssldir
SYS$COMMON:[OPENSSL-COMMON] instead.
- Updated notes on default installation dirs fir Unix and Windows
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -55,8 +55,8 @@ Unix: normal installation directories under /usr/local OpenVMS: SYS$COMMON:[OPENSSL-'version'...], where 'version' is the - OpenSSL version number ('major'_'minor'). - Windows: currently don't have an install function <TBA> + OpenSSL version number with underscores instead of periods. + Windows: C:\Program Files\OpenSSL or C:\Program Files (x86)\OpenSSL If you want to install it anywhere else, run config like this: @@ -87,10 +87,10 @@ --openssldir=DIR Directory for OpenSSL configuration files, and also the default certificate and key store. Defaults are: - Unix: PREFIX/ssl (PREFIX is given by --prefix) + Unix: /usr/local/ssl Windows: C:\Program Files\Common Files\SSL or C:\Program Files (x86)\Common Files\SSL - OpenVMS: SYS$COMMON:[SSL] + OpenVMS: SYS$COMMON:[OPENSSL-COMMON] --api=x.y.z Don't build with support for deprecated APIs below the specified version number. For example "--api=1.1.0" will |